Re: Help - error during "make" for DBD

Jochen Wiedmann <[email protected]>
Newsgroups gmane.comp.db.mysql.perl
Message-ID <[email protected]>
Jacqueline Lee wrote:

> /usr/ccs/bin/ld: illegal option -- E

My guess is, that you are using a build of MySQL, which is compiled by
another source. If so, you have two options:

a) Recompile the MySQL binaries for yourself. (Recommended)
b) Try to modify the linker flags, that mysqlconfig gives to you,
   for example, by removing this -Wl,-E. The output of "perl
   Makefile.PL" should tell you, what options you have now,
   so that a modified "--libs", or "--cflags" option for "perl
   Makefile.PL" should be created easily.

Jochen

-- 
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.