blob: 2ae9a9b9998903f0b9dcbd82b7e26eea9c5d2c77 (
plain)
1
2 REQUIREMENTS
3
4 PRE-INSTALL
5
6 POST-INSTALL
7
8 PRECAUTION
9
10 pcre means Perl Compatible Regular Expressions. Please note that some
11 packages in 'base' and 'opt' will depend on libpcre after recompiling.
12
13 Example: base/grep
14
15 Assuming that you've compiled a newer version of grep.
16 `./configure` said:
17 ..
18 checking for pcre_exec in -lpcre... yes
19 ..
20 After `pkgrm libpcre` grep will say:
21
22 $ grep string infile
23 grep: error while loading shared libraries: libpcre.so.0: cannot open _
24 shared object file: No such file or directory
25
26 'grep' will not work without libpcre, please keep that in mind.
|