>-------- Оригинално писмо --------
 >От:  Stas Bekman <[EMAIL PROTECTED]>
 >Относно: Re: make test fails under Tru64 Unix 5.1b
 >До: Nick *** <[EMAIL PROTECTED]>
 >Изпратено на: Събота, 2004, Декември 18 03:36:17 EET
 >----------------------------------
 >
 >Nick *** wrote:
 >
 >>  >> [warning] setting ulimit to allow core files
 >>  >> ulimit -c unlimited; /usr/bin/perl /house/doink123/mp2_svn/t/TEST 
 >> -bugreport -verbose=0
 >>  >> 170047:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: 
 >> Error: libaprutil-0.so.0: symbol "iconv_open" unresolved
 >>  >> 170047:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: Fatal 
 >> Error: Load of "/house/doink123/httpd-2.0.52/.libs/lt-httpd" failed: 
 >> Unresolved symbol name
 >>  >> 170076:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: 
 >> Error: libaprutil-0.so.0: symbol "iconv_open" unresolved
 >>  >> 170076:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: Fatal 
 >> Error: Load of "/house/doink123/httpd-2.0.52/.libs/lt-httpd" failed: 
 >> Unresolved symbol name
 >>  >> 170058:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: 
 >> Error: libaprutil-0.so.0: symbol "iconv_open" unresolved
 >>  >> 170058:/house/doink123/httpd-2.0.52/.libs/lt-httpd: /sbin/loader: Fatal 
 >> Error: Load of "/house/doink123/httpd-2.0.52/.libs/lt-httpd" failed: 
 >> Unresolved symbol name
 >>  >> [  error] configure() has failed:
 >>  >> 
 >>  >> 
 >>  >> ldd /house/doink123/httpd-2.0.52/.libs/lt-httpd gives me:
 >>  >[...]
 >>  >>         libiconv.so  =>   /usr/local/lib/libiconv.so
 >>  >                             ^^^^^^^^^^^^^^^
 >>  >
 >>  >So you need /usr/local/lib in LD_LIBRARY_PATH as well.
 >>  >
 >> 
 >> Doesn't work :(
 >
 >Well, I can't help much more than that. Sorry about that.
 >
 >-- 

I googled a little and I think I found a possible solution. This is what I 
found:

Fix the include paths. Turned out that the build used tru64's own iconv.h, but 
-liconv picked up the GNU version installed under /usr/local/lib. I simply 
hacked apr-util/xlate/xlate.c to include /usr/local/include/iconv.h instead of 
plain iconv.h.


I'll try it later.

 >__________________________________________________________________
 >Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
 >http://stason.org/     mod_perl Guide ---> http://perl.apache.org
 >mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
 >http://modperlbook.org http://apache.org   http://ticketmaster.com
 >
 >-- 
 >Report problems: http://perl.apache.org/bugs/
 >Mail list info: http://perl.apache.org/maillist/modperl.html
 >List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 >
 >

-----------------------------------------------------------------
Известяване за получено писмо в АБВ.бг - http://promo.abv.bg/

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to