Manual installation of DBD::mysql
From: Jeff Malloy (JMalloy_at_Web-Tech.net)
Date: 11/18/04
- Previous message: Ian Harisay: "Re: Subclassing DBI, and PrintError messages"
- Next in thread: Rudy Lippan: "Re: Manual installation of DBD::mysql"
- Reply: Rudy Lippan: "Re: Manual installation of DBD::mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: dbi-users@perl.org Date: Thu, 18 Nov 2004 11:56:05 -0500
My attempts at the manual installation of DBD::mysql (v2.9004 or
2.9005_3) have been unsuccessful. I have searched and implemented the
suggestions from other respondents and the search of mail list threads
but with no success.
OS: Mac OSX Server v10.3.6
Perl 5.8.1
MySQL 4.0.18
If anyone has encountered and resolved this problem even with another
module, I greatly appreciate any assistance.
Here the output from the 'perl Makefile.PL' and 'make Makefile'
root# perl Makefile.PL
I will use the following settings for compiling and testing:
cflags (mysql_config) = -I/usr/include/mysql -O3
-fno-omit-frame-pointer -arch i386 -arch ppc -pipe
libs (mysql_config) = -arch i386 -arch ppc -pipe
-L/usr/lib/mysql -lmysqlclient -lz -lm
mysql_config (guessed ) = mysql_config
nocatchstderr (default ) = 0
nofoundrows (default ) = 0
ssl (guessed ) = 0
testdb (default ) = test
testhost (default ) =
testpassword (default ) =
testsocket (default ) =
testuser (default ) =
To change these settings, see 'perl Makefile.PL --help' and
'perldoc INSTALL'.
Unrecognized argument in LIBS ignored: '-arch'
Unrecognized argument in LIBS ignored: 'i386'
Unrecognized argument in LIBS ignored: '-arch'
Unrecognized argument in LIBS ignored: 'ppc'
Unrecognized argument in LIBS ignored: '-pipe'
Using DBI 1.45 (for perl 5.008001 on darwin-thread-multi-2level)
installed in /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DBI/
Writing Makefile for DBD::mysql
root# make -f Makefile
cc -c -I/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DBI/
-I/usr/include/mysql -O3 -fno-omit-frame-pointer -arch i386 -arch ppc
-pipe -g -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp
-fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"2.9005_3\"
-DXS_VERSION=\"2.9005_3\"
"-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE"
dbdimp.c
cc: cannot read specs file for arch `i386'
make: *** [dbdimp.o] Error 1
- Previous message: Ian Harisay: "Re: Subclassing DBI, and PrintError messages"
- Next in thread: Rudy Lippan: "Re: Manual installation of DBD::mysql"
- Reply: Rudy Lippan: "Re: Manual installation of DBD::mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|