Re: Problem with DBI-1.45

Glenn Fleishman <[email protected]>
Newsgroups gmane.comp.db.mysql.perl
Message-ID <r02010400-1036-5B549B6736A711D9B4CE000A95AF2414@[192.168.123.5]>
>I have already installed MySQL server and client 4.1. 
>I can run the command line fine. However, one thing 
>I don't understand is that I can not find the
>directory
>/usr/local/mysql, which should exist right?

You've got to copy or make symbolic links.

mv mysql-distribution-name /usr/local/
cd /usr/local
ln -s mysql-distribution-name mysql
cd /usr/lib
ln -s /usr/local/mysql/lib mysql
[if you get an error, "mv mysql mysql_lib_old"]
cd /usr/include
ln -s /usr/local/mysql/include mysql
[if you get an error, "mv mysql mysql_include_old"]
--
Glenn Fleishman
seattle, washington
work and home: glennf.com
wireless data news: wifinetnews.com

-- 
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.