opt/libpcre
2008-02-01 17:40:57 +01:00
..
.footprint libpcre: updated to 7.4 2007-09-21 20:21:55 +02:00
.md5sum libpcre: updated to version 7.6 2008-02-01 17:40:57 +01:00
Pkgfile libpcre: updated to version 7.6 2008-02-01 17:40:57 +01:00
README Adopted eject, libpcre, mplayerplug-in and tightvnc from Nick. 2006-09-06 23:10:13 +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.