opt/libpcre
Simon Gloßner 0933662b2a cdrtools: updated to 2.01.01a37
libpcre: updated to 7.5
2008-01-12 01:16:26 +01:00
..
.footprint libpcre: updated to 7.4 2007-09-21 20:21:55 +02:00
.md5sum cdrtools: updated to 2.01.01a37 2008-01-12 01:16:26 +01:00
Pkgfile cdrtools: updated to 2.01.01a37 2008-01-12 01:16:26 +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.