Fwd: Port perl 5.8.7 on FreeBSD 4.10

2005-10-06 Thread Vladimir Tsvetkov
-- Forwarded message --
From: Vladimir Tsvetkov <[EMAIL PROTECTED]>
Date: 2005-10-6 13:57
Subject: Re: Port perl 5.8.7 on FreeBSD 4.10
To: Olivier Nicole <[EMAIL PROTECTED]>


2005/10/6, Olivier Nicole <[EMAIL PROTECTED]>:
> fw2: env | grep LIBRA
> LD_LIBRARY_PATH=/lib:/usr/lib:/usr/X11R6/lib:/usr/local/lib:/usr/lib/compat:/usr/local/firebird/lib:/usr/local/lib/mysql:/usr/local/lib/pth:/usr/local/lib/kde3
>
> OK part of it may be useless :)
>

Backup the value of LD_LIBRARY_PATH (just copy the string in a text
editor or somewhere else, so after this experiment you could set this
environment variable again) and now unset LD_LIBRARY_PATH variable.
Does this fix the problem?

Vladimir
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Port perl 5.8.7 on FreeBSD 4.10

2005-10-06 Thread Vladimir Tsvetkov
-- Forwarded message --
From: Vladimir Tsvetkov <[EMAIL PROTECTED]>
Date: 2005-10-6 14:05
Subject: Re: Port perl 5.8.7 on FreeBSD 4.10
To: Olivier Nicole <[EMAIL PROTECTED]>


> > Does this fix the problem?
>
> It does, now I have to figure out what is the problem in the library.
>
> Both machines have the same LD_LIBRARY_PATH...
>
> Thanks, I should be able to work it out now.

This happens to be a common problem.
You might want to look at:
http://www.freebsd.org/cgi/getmsg.cgi?fetch=1630529+0+/usr/local/www/db/text/2003/freebsd-questions/20031214.freebsd-questions
There is an explanation for this problem and recommendations what is
the correct way to configure ld(1).

Best Regards,
Vladimir
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Port perl 5.8.7 on FreeBSD 4.10

2005-10-06 Thread Vladimir Tsvetkov
-- Forwarded message --
From: Vladimir Tsvetkov <[EMAIL PROTECTED]>
Date: 2005-10-6 13:46
Subject: Re: Port perl 5.8.7 on FreeBSD 4.10
To: Olivier Nicole <[EMAIL PROTECTED]>


2005/10/6, Olivier Nicole <[EMAIL PROTECTED]>:
> > What kind of script are you trying to execute?
>
> No script, perl it self is not running.
>
> > What options did you use for building that port?
> > Are you using  THREADS and ITHREADS ?
>
> All default, make, make install
>
> > Could you apply in your nex mail the output of this command:
> >
> > # perl -V
> >
> > or even this leads to the same error-message?
>
> Same error message.

Let me see the output of:

# echo $LD_LIBRARY_PATH

Vladimir
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Port perl 5.8.7 on FreeBSD 4.10

2005-10-06 Thread Olivier Nicole
Hi,

I have been trying to install theport of perl 5.8 on a FreeBSD machine
4.10 RELENG.

Every time I try to execute the new perl I get:


/usr/libexec/ld-elf.so.1: perl: Undefined symbol "PL_exit_flags"


This happens on 2 different machines, both 4.10

FreeBSD fw2.cs.ait.ac.th 4.10-RELEASE-p16 FreeBSD 4.10-RELEASE-p16 #17: Thu Sep 
29 16:04:04 ICT 2005 [EMAIL PROTECTED]:/usr/src/sys/compile/SMALL  i386

and 

FreeBSD test.cs.ait.ac.th 4.10-RELEASE FreeBSD 4.10-RELEASE #17: Thu Sep 29 
16:04:04 ICT 2005 [EMAIL PROTECTED]:/usr/src/sys/compile/SMALL  i386

Thanks for any pointer on how to solve that.

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"