John Tobin wrote: > On Sat, Sep 21, 2002 at 01:15:45PM +0100, nemesis wrote: > >>Now I ran the command: >> >># perl Makefile.PL --cflags=-I/usr/local/mysql/include/mysql >>--libs=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm > > > I think you need to put quotes around your --libs argument to stop > your shell splitting it on spaces, i.e. > "--libs=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm"
> Hope this helps. Bang on :-) Thanks a lot, it worked like a dream. If I ever see you, I owe you a beer. Will.