Another one of those “why is this thing not working in Debian!” problem.
The answer is:
apt-get install ant-optional
Why or why is ant not fully installed with the ant package?
Urgh!
Stuff and Things
Another one of those “why is this thing not working in Debian!” problem.
The answer is:
apt-get install ant-optional
Why or why is ant not fully installed with the ant package?
Urgh!
This is a brief post on how to get Perl’s DBD::mysql working with MAMP 1.7 on Mac OS X Leopard. The instructions for now, are quite concise.
I have found that using CPAN does not seem to work to install DBD::mysql when you only have MAMP installed. The CPAN commands:
perl -MCPAN -eshell install DBD::mysql
This I think is due to MAMP not having the correct MySQL files or libraries installed. Below are the steps required to get DBD::mysql working.
Note: You will probably need XCode tools installed to be able to compile the MySQL libraries.
Download the full MAMP packages.
The file that you need is called something like MAMP_1.7_intel_full.dmg.
This image contains the required files. Copy:
cp -r /Volumes/MAMP/MAMP/Library/include /Applications/MAMP/Library
./configure --with-unix-socket-path=/Applications/MAMP/tmp/mysql/mysql.sock \
--without-server \
--prefix=/Applications/MAMP/Library
make -j2
cp libmysql/.libs/*.dylib /Applications/MAMP/Library/lib/mysql
perl Makefile.PL --CFLAGS="-I/Applications/MAMP/Library/include/mysql -Os -arch i386 -fno-common" \
--libs="-L/Applications/MAMP/Library/lib/mysql -lmysqlclient -lz -lm" \
--mysql_config="/Applications/MAMP/Library/bin/mysql_config"
make
make test
sudo make install
Make test may throws errors about connecting to the database server but should not throw an errors about using shared libraries or missing symbols.
I found this on /.
Help my V3i is going flat and I’m at a friends house who have a PC and a mini-usb cable. Where do I get the V3i drivers from for Windows XP?
Now that’s a question I found myself asking a few weeks ago. The usual search on google provided no useful results.
Motorola’s USB Drivers or try Alternate V3i Driver for Windows XP
*updated links 10 April 1007*