|
Posted by Jerry Stuckle on 11/09/07 00:16
byron wrote:
> I've downloaded the 64bit gcc compiler since the mysql installed is
> the 64bit option but now I'm getting the following error
>
> #./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/
> usr/local/mysql
>
> configure:60026: checking for mysql_errno in -lmysqlclient
> configure:60045: gcc -o conftest -I/usr/local/include -mgnu-ld -
> D_XOPEN_SOURCE_EXTENDED -L/usr/local/mysql/lib -L/usr/local/mysql/lib -
> L/usr/local/lib -L/usr/local/lib -L/usr/local/lib conftest.c -
> lmysqlclient -lz -lm -lnsl -lxml2 -lz -liconv -lm -lxml2 -lz -liconv
> -lm 1>&5
> ld: Mismatched ABI (not an ELF file) for -lxml2
> Fatal error.
> collect2: ld returned 1 exit status
>
> #gcc -v
> Using built-in specs.
> Target: hppa64-hp-hpux11.11
> Configured with: /tmp/gcc-4.2.1.tar.gz/gcc-4.2.1/configure --
> host=hppa64-hp-hpux11.11 --target=hppa64-hp-hpux11.11 --build=hppa64-
> hp-hpux11.11 --prefix=/opt/hp-gcc64-4.2.1 --with-gnu-as --without-gnu-
> ld --with-ld=/usr/ccs/bin/ld --enable-threads=posix --enable-
> languages=c,c++
> Thread model: posix
> gcc version 4.2.1
> #
>
> #/usr/local/mysql/bin/mysql --version
> /usr/local/mysql/bin/mysql Ver 14.12 Distrib 5.0.37, for hp-hpux11.11
> (hppa2.0w) using readline 5.0
> #
>
> anyideas? I've searched all over and haven't found anything on
> t'internet.
>
> thanks
> Byron
>
>
Offhand I would say your xml2 library is not the correct format for your
compiler.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|