Subject Re: [IBDI] Re: Problems installing IB 6 on RedHat 7.0
Author Ed Bras
----- Original Message -----
From: <Schlottmann-Goedde@...>
To: <IBDI@egroups.com>
Sent: Wednesday, December 06, 2000 2:17 PM
Subject: Re: [IBDI] Re: Problems installing IB 6 on RedHat 7.0


> Ed Bras schrieb:
>
> > Thanks Helen and Pavel,
> >
> > However:
> > - I tried the libncurses.so.3 link but had no success.
> > - Yes, I use the xinetd, but the information on the site doesn't tell me
> > something new. However I don't understand why the Superserver should use
> > xinetd as it is started as a deamon and not as a services that is
started
> > through xinetd/inetd when a requested in signaled.
> >
> > Some more help please ?
>
> It is right that you don't need (and shouldn't have) a(n) (x)inetd
> entry when you are using Superserver.
>
> Could you please supply the output of
> ldd -r -v /opt/interbase/bin/ibserver
> ldd -r -v /opt/interbase/lib/gds.so
> or gds.so.1
> don't know what its name on your machine.
>
> Could you try to start the server with
> /opt/interbase/bin/ibserver&
>
> and see what happens?
>
>
> Frank
>
> --
> "Fascinating creatures, phoenixes. They can carry immensely heavy loads,
> their tears have healing powers and they make highly faithful pets."
> - J.K. Rowling
> http://firebird.sourceforge.net
>
> Community email addresses:
> Post message: IBDI@onelist.com
> Subscribe: IBDI-subscribe@onelist.com
> Unsubscribe: IBDI-unsubscribe@onelist.com
> List owner: IBDI-owner@onelist.com
>
> Shortcut URL to this page:
> http://www.onelist.com/community/IBDI
>
>

Thanks Frank for the response as I am getting a bit frustrated that it
doens't work.
Sorry for the delayed answers as I was out for two days.

Hereby the answers to your questions:

> ldd -r -v /opt/interbase/bin/ibserver
-----
[root@ojo root]# ldd -r -v /opt/interbase/bin/ibserver
libc.so.6 => /lib/libc.so.6 (0x40022000)
libdl.so.2 => /lib/libdl.so.2 (0x40145000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40148000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40176000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Version information:
/opt/interbase/bin/ibserver:
libcrypt.so.1 (GLIBC_2.0) => /lib/libcrypt.so.1
libdl.so.2 (GLIBC_2.1) => /lib/libdl.so.2
libdl.so.2 (GLIBC_2.0) => /lib/libdl.so.2
libpthread.so.0 (GLIBC_2.1) => /lib/libpthread.so.0
libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
libc.so.6 => /lib/libc.so.6 (0x40022000)
libdl.so.2 => /lib/libdl.so.2 (0x40145000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40148000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40176000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Version information:
/opt/interbase/bin/ibserver:
libcrypt.so.1 (GLIBC_2.0) => /lib/libcrypt.so.1
libdl.so.2 (GLIBC_2.1) => /lib/libdl.so.2
libdl.so.2 (GLIBC_2.0) => /lib/libdl.so.2
libpthread.so.0 (GLIBC_2.1) => /lib/libpthread.so.0
libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
/lib/libc.so.6:
ld-linux.so.2 (GLIBC_2.1.1) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.2) => /lib/ld-linux.so.2
ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2
/lib/libdl.so.2:
libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
libc.so.6 (GLIBC_2.1) => /lib/libc.so.6

-----

> ldd -r -v /opt/interbase/lib/gds.so
-----
[root@ojo root]# ldd -r -v /opt/interbase/lib/gds.so
ldd: /opt/interbase/lib/gds.so: No such file or directory
-----
(Neither can I find the gds.so file in some other location)

> or gds.so.1
[root@ojo root]# ldd -r -v /opt/interbase/lib/gds.so.1
ldd: /opt/interbase/lib/gds.so.1: No such file or directory
(Neither can I find the gds.so.1 file in some other location)

> don't know what its name on your machine.
The name is ojo (eye in spanisch) as you can see in the command propmt.

> Could you try to start the server with
> /opt/interbase/bin/ibserver&
-----
[interbase@ojo bin]$ ibserver &
[1] 11392
[interbase@ojo bin]$ Unable to complete network request to host "ojo".
-Error while listening for an incoming connection.
-Address already in use

[1]+ Exit 2 ibserver
[interbase@ojo bin]$
-----
(above is started as interbase user. BTW: as root is gives the same error)
And the last lin in the log file:
------
ojo (Server) Fri Dec 8 10:42:53 2000
INET/inet_error: bind errno = 98
-----


Hope that you have enough information to come up with possible
problem/solution.
Btw: what are you exactly looking for ? (....yes the problem.. but what
details ?)

Regards,
Ed Bras