Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 06:56:12 +0200
From:      Abu Khaled <khaled.abu@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Where is zlib-1.2.2 zlib.so?
Message-ID:  <a64c109e05032120563e5c9dde@mail.gmail.com>
In-Reply-To: <200503212021.j2LKLHtq018150@asarian-host.net>
References:  <200503212021.j2LKLHtq018150@asarian-host.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 21 Mar 2005 20:21:17 GMT, Mark <admin@asarian-host.net> wrote:
> 
> Ok, I downloaded and installed zlib-1.2.2 (FreeBSD 4.10R):
> 
> ---------------------------------------------
> asarian-host: {root} % make install
> cp zlib.h zconf.h /usr/local/include
> chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h
> cp libz.a /usr/local/lib
> cd /usr/local/lib; chmod 755 libz.a
> cd /usr/local/lib; if test -f libz.so.1.2.2; then  rm -f libz.so libz.so.1;
> ln -s libz.so.1.2.2 libz.so;  ln -s libz.so.1.2.2 libz.so.1;  
   ^                                      ^
command to make symbolic link

(ldconfig ||
> true)  >/dev/null 2>&1;  fi
> cp zlib.3 /usr/local/share/man/man3
> chmod 644 /usr/local/share/man/man3/zlib.3
> 
> asarian-host: {root} % find /usr/ -name "libz.*" | xargs ls -la
> -r--r--r--  1 root  wheel  61898 Mar  7  2004 /usr/lib/libz.a
> lrwxr-xr-x  1 root  wheel      9 Mar  7  2004 /usr/lib/libz.so -> libz.so.2                                                                 ^
                                                                here it is !!!
   symbolic link to libz.so.2

> -r--r--r--  1 root  wheel  52108 Mar  7  2004 /usr/lib/libz.so.2
> -rwxr-xr-x  1 root  wheel  74486 Mar 21 21:01 /usr/local/lib/libz.a
> ---------------------------------------------
> 
> So, where is the new shared library, libz.so? I only see libz.a installed.
> 
> Thanks,
> 
> - Mark
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 

Well is it there or not?

-- 
Kind regards
Abu Khaled



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a64c109e05032120563e5c9dde>