in reply to Re^5: (Never Ending) Module Installation Issues
in thread (Never Ending) Module Installation Issues
I do already have MySQL installed. I had to specify some flags while doing running the Makefile.PL, to specify the location of some MySQL header files that it was complaining about. I obtained the value of the flags by using the mysql_config.
After that I did make and make install and everything went well.
One thing again though. DBI once again got installed in some random directory inside ~/perl5/lib/perl5 and I had to manually drag it to ~/perl5/lib/perl5. I had in fact specified PREFIX also while running the Makefile.PL and it seems to have only partly heeded to it (it went inside ~/perl5/lib/perl5). Any ideas what's going on?
Thanks so much for your help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: (Never Ending) Module Installation Issues
by ikegami (Patriarch) on Jun 10, 2010 at 01:31 UTC | |
by listanand (Sexton) on Jun 10, 2010 at 16:40 UTC | |
by ikegami (Patriarch) on Jun 10, 2010 at 17:26 UTC |