7 Einträge, 1 Seite |
perl Makefile.PL --cflags=-l/Applications/MAMP/bin/mysql4/bin/ --libs=-L/Applications/MAMP/bin/mysql4/bin/
1
2
3
4
In file included from dbdimp.c:20:
dbdimp.h:21:49: error: mysql.h: No such file or directory
dbdimp.h:22:45: error: mysqld_error.h: No such file or directory
dbdimp.h:23:49: error: errmsg.h: No such file or directory
1
2
3
4
Can't exec "mysql_config": No such file or directory at Makefile.PL line 76.
Cannot find the file 'mysql_config'! Your execution PATH doesn't seem
not contain the path to mysql_config. Resorting to guessed values!
1
2
3
4
Checking if your kit is complete...
Looks good
Using DBI 1.48 (for perl 5.008006 on darwin-thread-multi-2level) installed in /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DBI/
Writing Makefile for DBD::mysql
1
2
Schneeflocke:~/Documents/downloads/DBD-mysql-3.0002 crian$ locate mysql_config
/Applications/MAMP/bin/mysql4/bin/mysql_config
QuoteCode: (dl )perl Makefile.PL --cflags=-l/Applications/MAMP/bin/mysql4/bin/ --libs=-L/Applications/MAMP/bin/mysql4/bin/
7 Einträge, 1 Seite |