RE: [Cooker] ld.so.conf

2000-10-08 Thread Russell \"Elik\" Rademacher

There is additional item to add to the list of concerns.  There seems to be
a missing older version of the libdl.so.1 files which seems to have
disappeared from the ld.so-1.9.11-4mdk.i586.rpm.

Here is what the items seems to be missing compared to the older version
which is composed of two packages of ld.so-1.9.5-13mdk.rpm and
ld-config.1.9.5-13mdk.rpm.

Here is what provided in the ld.so-1.9.5-13mdk.rpm which is as follows:
[root@unixhost4 dedop]# rpm -q -p ld.so-1.9.5-13mdk.i586.rpm -l
/lib/ld-linux.so.1
/lib/ld-linux.so.1.9.5
/lib/ld.so
/lib/ld.so.1.9.5
/lib/libdl.so.1.9.5
/usr/man/man1/ldd.1.bz2
/usr/man/man3/dlclose.3.bz2
/usr/man/man3/dlerror.3.bz2
/usr/man/man3/dlopen.3.bz2
/usr/man/man3/dlsym.3.bz2
/usr/man/man8/ld.so.8.bz2
/usr/man/man8/ldconfig.8.bz2

And the newer in the cooker which is the ld.so.1.9.11-4.mdk.i586.rpm which
is as follows:
/lib/ld-linux.so.1
/lib/ld-linux.so.1.9.11
/sbin/ldconfig
/usr/share/doc/ld.so-1.9.11
/usr/share/doc/ld.so-1.9.11/README
/usr/share/doc/ld.so-1.9.11/copyright
/usr/share/man/man8/ldconfig.8.bz2

Have you noticed that something is seriously missing which is the
libdl.so.1.9.5 or higher with the libdl.so.1 library?  Reason is that I was
building a new Mandrake Webserver using 7.2-Beta3 and noticed that Frontpage
will not work unless this specific library is in.  So...how about fixing
that little item?  I am going to give to Jean the updated Frontpage RPM
Package which will work with the 7.2 Apache due to little change in the user
ownership.

--
Linux Support & Administrator
Russell "Elik" Rademacher
DelhiNet Web Services, Pvt Ltd.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 08, 2000 3:19 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [Cooker] ld.so.conf
>
>
> Gepper <[EMAIL PROTECTED]> writes:
>
> [...]
>
> > > /usr/X11R6/lib
> [...]
> > > /usr/X11R6/lib
> > >
> > > those blasted /usr/X11R6/lib's just keep coming !
>
> our XFree86 specialist seems to have some pb with grep:
>
> pixel@leia:~>rpm -q --scripts XFree86-libs | head -4
> postinstall script (through /bin/sh):
> if grep "^/usr/X11R6/lib$" /etc/ld.so.conf >/dev/null 2>&1; then
> echo "/usr/X11R6/lib" >> /etc/ld.so.conf
> fi
>
> i think adding /usr/X11R6/lib when it's already there is not the
> right thing to
> do ;pp
>
> > >
> > > Owen
> > Scared me that /usr/lib wasn't listed in my config, and you seem to have
> > two ;)
>
> you don't need /usr/lib, see ldconfig(8)
>
>

___
Why pay for something you could get for free?
NetZero provides FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [Cooker] ld.so.conf

2000-10-08 Thread Pixel

Gepper <[EMAIL PROTECTED]> writes:

[...]

> > /usr/X11R6/lib
[...]
> > /usr/X11R6/lib
> > 
> > those blasted /usr/X11R6/lib's just keep coming !

our XFree86 specialist seems to have some pb with grep:

pixel@leia:~>rpm -q --scripts XFree86-libs | head -4
postinstall script (through /bin/sh):
if grep "^/usr/X11R6/lib$" /etc/ld.so.conf >/dev/null 2>&1; then
echo "/usr/X11R6/lib" >> /etc/ld.so.conf
fi

i think adding /usr/X11R6/lib when it's already there is not the right thing to
do ;pp

> > 
> > Owen
> Scared me that /usr/lib wasn't listed in my config, and you seem to have
> two ;)

you don't need /usr/lib, see ldconfig(8)




Re: [Cooker] ld.so.conf

2000-10-08 Thread Gepper

OS wrote:
> 
> Yep, and mine looks like:
> 
> /usr/lib
> /usr/X11R6/lib
> /usr/lib/qt2/lib
> /usr/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/X11R6/lib
> 
> those blasted /usr/X11R6/lib's just keep coming !
> 
> Owen
Scared me that /usr/lib wasn't listed in my config, and you seem to have
two ;)

/Gepper




Re: [Cooker] ld.so.conf

2000-10-08 Thread OS

Yep, and mine looks like:

/usr/lib
/usr/X11R6/lib
/usr/lib/qt2/lib
/usr/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib
/usr/X11R6/lib

those blasted /usr/X11R6/lib's just keep coming ! 

Owen


On Sun, 08 Oct 2000, you wrote:
> Hello
> 
> looking in my /etc/ld.so.conf i see:
> /usr/X11R6/lib
> /usr/X11R6/lib
> /usr/i486-linux-libc5/lib
> 
> Seems things are broken there as well
> 
> /Gepper