From: Date: November 4 2003 7:16am Subject: Re: DBD::mysql install issues on HPUX 11.0 List-Archive: http://lists.mysql.com/perl/2547 Message-Id: <3FA74424.8060101@ispsoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Keith Paschal wrote: > I would say this is not a valid fix: > > # /opt/perl/bin/perl Makefile.PL --libs="-L/other/mysql/lib > -lmysqlclient -lcrypt -lnsl -lm +Z" Sorry, didn't notice that you are using gcc and not the HP compiler. It's -fPIC then. Jochen