From: David GOUJARD Date: March 15 1999 8:49pm Subject: Installing MySql DBD module on OpenBSD. List-Archive: http://lists.mysql.com/mysql/281 Message-Id: <36ED725B.5D3F7CC@harvard.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------E740F22CC0406CF68C4B3FC6" --------------E740F22CC0406CF68C4B3FC6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I'm trying to install the Perl DBD modules for MySql on our OpenBSD box. Everything went fine with Data-Dumper and DBI but with Msql-Mysql I have a error during the 'make'. Here is what it says : LD_RUN_PATH="/usr/local/mysql/lib:/usr/lib:/usr/lib/gcc-lib/i386-unknown-openbsd 2.3/2.8.1" ld -o .././blib/arch/auto/DBD/mysql/mysql.so -Bforcearchive -Bsharea ble dbdimp.o mysql.o -L/usr/local/mysql/lib -L/usr/local/mysql/lib -lmysqlcli ent -lm -L/usr/lib/gcc-lib/i386-unknown-openbsd2.3/2.8.1 -lgcc /usr/lib/gcc-lib/i386-unknown-openbsd2.3/2.8.1/libgcc.a(_ctors.o): Definition of symbol `__GLOBAL_$F$_usr_src_gnu_usr.bin_gcc_libgcc2.c' (multiply defined) /usr/lib/gcc-lib/i386-unknown-openbsd2.3/2.8.1/libgcc.a(_fixtfdi.o): Definition of symbol `__GLOBAL_$F$_usr_src_gnu_usr.bin_gcc_libgcc2.c' (multiply defined) /usr/lib/gcc-lib/i386-unknown-openbsd2.3/2.8.1/libgcc.a(_fixunstfdi.o): Definiti on of symbol `__GLOBAL_$F$_usr_src_gnu_usr.bin_gcc_libgcc2.c' (multiply defined) /usr/lib/gcc-lib/i386-unknown-openbsd2.3/2.8.1/libgcc.a(_floatditf.o): Definitio n of symbol `__GLOBAL_$F$_usr_src_gnu_usr.bin_gcc_libgcc2.c' (multiply defined) /usr/lib/gcc-lib/i386-unknown-openbsd2.3/2.8.1/libgcc.a(_shtab.o): Definition of symbol `__GLOBAL_$F$_usr_src_gnu_usr.bin_gcc_libgcc2.c' (multiply defined) /usr/lib/gcc-lib/i386-unknown-openbsd2.3/2.8.1/libgcc.a(_trampoline.o): Definiti on of symbol `__GLOBAL_$F$_usr_src_gnu_usr.bin_gcc_libgcc2.c' (multiply defined) *** Error code 1 Stop. *** Error code 1 Stop. Do you have any idea why it does that? Does any of you, has this modules ready to be installed and could send them back to me. Thank you, David --------------E740F22CC0406CF68C4B3FC6--