Tiny Core Extensions > TCE Talk

pcre symlinks

(1/3) > >>

wysiwyg:
Good afternoon all!  I have been playing around with some of the packages for TC and noticed several warnings from the pcre package - the libs are not symlinked (which ldconfig complains about).  I know this is true for the 32bit, but not sure about other arch's.

Dave

bmarkus:
Dave

be more specific. Which architecture and which version are you talking about? Please attach warnings you are referring.

wysiwyg:
Hey bmarkus, see the x86 version in 7.x (could be others too though).  Here are the errors:

/sbin/ldconfig: /usr/local/lib/libpcre.so.0 is not a symlink
/sbin/ldconfig: /usr/local/lib/libpcrecpp.so.0 is not a symlink
/sbin/ldconfig: /usr/local/lib/libpcreposix.so.0 is not a symlink

Dave

Juanito:
True, in tc-7.x x86, libpcre looks to be hard linked:
--- Code: ---$ ls -l /tmp/tcloop/pcre/usr/local/lib/libpcre.so*
-rwxr-xr-x    1 root     root        378768 Sep 27  2014 /tmp/tcloop/pcre/usr/local/lib/libpcre.so
-rwxr-xr-x    1 root     root        378768 Sep 27  2014 /tmp/tcloop/pcre/usr/local/lib/libpcre.so.0
-rwxr-xr-x    1 root     root        378768 Sep 27  2014 /tmp/tcloop/pcre/usr/local/lib/libpcre.so.0.0.1
--- End code ---

bmarkus:
What is the problem with hard links and issue caused by them?

Navigation

[0] Message Index

[#] Next page

Go to full version