Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Do this for 10.3' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Do this for 10.3
Authored by: wallyfoo on Oct 26, '03 10:52:39PM
To quote another site:

After you build the Makefile, do this.
perl -pi -e's/MACOSX/env MACOSX/' Makefile

Taken from this website.
http://caseywest.com/journal/archives/000510.html

It just worked for me. Now I can install that cgi BBS on my new webserver. Hooray!

---
_____________________________
My other sig is really witty.

[ Reply to This | # ]

Do this for 10.3
Authored by: buddha456 on Oct 27, '03 12:37:36AM

Nice! Worked for me too! Thanks for the successful sleuthing!



[ Reply to This | # ]
[DBD::mysql-make test] mysql.bundle-error
Authored by: Zetetes on Nov 28, '03 06:10:53PM

hi there
got my powerbook one week ago, i want to use it mainly for webdev with perl/mysql/XML. since i never worked on unix it took me quite some time to get used to getting the right cpan-modules and installing them, until now i'm ok with that. but then, yesterday, i run into a problem using the DBI-module.

i had the same problems as described in the thread (with the 'make' and setting parameters for the makefile-thingy, etc.). but then, doing the 'make test' failed with the following error-msg:

[code]mysql.bundle undefined reference to _mysql_real_query expected to be defined in a dynamic image[/code]
got this for lots of _mysql_...-things. in the end, 5.56% were ok of the test, tried to install, which went through, but then trying to get some data over the browser got me a 500-error. in the error_log i got the same errors again:
[code]mysql.bundle undefined reference to _mysql_real_query expected to be defined in a dynamic image[/code]

tried the DBD-package-installer as well, which did not solve any problems...

anybody may help me? i know, i'm not very precise in describing the errors and what's going on, guess that's because i'm new to all this stuff and do not know what is important and what isn't. but i'm willing to learn. :)

thank you all!
Ze



[ Reply to This | # ]