>I get a whole bunch of
>Note (probably harmless): No library found for -lxalan-c1_2
>Note (probably harmless): No library found for -lxerces-c1_5_1

Aah, Makemaker can't find the libraries, so it won't generate the correct
LD_RUN_PATH.

I again made a diff between b5 and b7 and the only difference I found are
quotes around the library path. Maybe this quotes doesn't do the right thing
on your system.

Goto driver/epxalan.MAKEPL line 104, and change it from

             libs => "-L\"$xalanlibpath\" -L\"$xerceslibpath\" -l$l1 -l$l2
$extralibs",

to

             libs => qq["-L$xalanlibpath" "-L$xerceslibpath" -l$l1 -l$l2
$extralibs],

Does this change anything? If not please try

             libs => "-L$xalanlibpath -L$xerceslibpath -l$l1 -l$l2
$extralibs",

Let me know which of these two works (if any)

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to