Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a

Поиск
Список
Период
Сортировка
От Steve Burger
Тема Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Дата
Msg-id 3BD65054.66CC476B@customware.aust.com
обсуждение исходный текст
Ответ на Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-ports
Tom,

libcrypt.so and libcrpyt_i.so are in /usr/lib
I am compiling with the following script
CCFLAGS=
CC=/usr/bin/cc
export CC CCFLAGS
./configure --with-libs="/usr/lib /usr/local/lib"
--with-includes="/usr/include
/usr/local/include" --with-tcl --with-tclconfig=/usr/local/lib
--with-tkconfig=/
usr/local/lib
gmake

man cc
 -l name
         Search a library libname.a (and preferentially libname.so if any
         user-specified objects are in ELF format or if the option -b elf is

         used without -dn) for unresolved function references. By default,
         cc directs ld to search libcrypt, libgen, and libc, in that order,
         for any still unresolved function references.
so I assume libcrypt should get linked in automatically.

regards Steve

Tom Lane wrote:

> Steve Burger <steve@customware.aust.com> writes:
> > and the error changes to
> > couldn't load file "/usr/local/pgsql/lib/libpgtcl.so": dynamic linker:
> > /usr/local/bin/bltwish: relocation error: symbol not found: crypt
>
> Is libcrypt in your shared-library search path?
>
>                         regards, tom lane

--
===================================================
CUSTOMWARE, 27 Cookes Road, Windsor Gardens SA 5087
Phone +61 8 8369 2287 Fax +61 8 8369 1121
Email steve@customware.aust.com
===================================================



В списке pgsql-ports по дате отправления:

Предыдущее
От: Steve Burger
Дата:
Сообщение: Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Следующее
От: Steve Burger
Дата:
Сообщение: Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a