On Wed, 2006-03-29 at 13:29 +0000, Jeff Bowman wrote:
> and ldd /bin/grep returns
> 
>         linux-gate.so.1 =>  (0xffffe000)
>         libpcre.so.0 => /usr/lib/libpcre.so.0 (0xb7fb5000)
>         libc.so.6 => /lib/tls/libc.so.6 (0xb7e9b000)
>         /lib/ld-linux.so.2 (0xb7fe1000) 

[EMAIL PROTECTED] ~]$ ldd `which grep`
        linux-gate.so.1 =>  (0xffffe000)
        libpcre.so.0 => /lib/libpcre.so.0 (0xb7eb9000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7d9f000)
        /lib/ld-linux.so.2 (0xb7eee000)

Be sure to have pcre 6.6-2 installed, which is moved to /lib to be safe
for this.


_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to