opt/libpcre
2006-02-28 10:50:29 +00:00
..
.footprint libpcre: update to 6.6 2006-02-28 10:42:48 +00:00
.md5sum libpcre: update to 6.6 2006-02-28 10:42:48 +00:00
Pkgfile libpcre: hope no one used the broken R1 2006-02-28 10:50:29 +00:00
README create branch for 2.2 2006-02-23 15:26:10 +00:00

REQUIREMENTS

PRE-INSTALL

POST-INSTALL

PRECAUTION

	pcre means Perl Compatible Regular Expressions. Please note that some 
	packages in 'base' and 'opt' will depend on libpcre after recompiling.

	Example: base/grep

	Assuming that you've compiled a newer version of grep.
	`./configure` said:
	..
	checking for pcre_exec in -lpcre... yes
	..
	After `pkgrm libpcre` grep will say:

	$ grep string infile
	grep: error while loading shared libraries: libpcre.so.0: cannot open _
	shared object file: No such file or directory

	'grep' will not work without libpcre, please keep that in mind.

Daniel Mueller