Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
11-26-2004, 07:35 PM
|
#1
|
Member
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221
Rep:
|
Can't compile XChat on Debian Sarge (Perl problem?)
I'm having a problem compiling XChat on Debian. Yes, I know I can use apt to download an XChat .deb binary, but I'd rather compile it when possible.
Here's the error I receive:
*** Warning: Linking the shared library perl.la against the
*** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not portable!
I googled it and someone suggested to download the libperl-dev package using apt. I did so and still receive the same error message.
Any ideas how to fix this?
|
|
|
11-27-2004, 10:34 PM
|
#2
|
LQ Newbie
Registered: May 2003
Location: Lansing, MI
Distribution: Debian
Posts: 27
Rep:
|
Re: Can't compile XChat on Debian Sarge (Perl problem?)
Quote:
Originally posted by Ninja Cow
I'm having a problem compiling XChat on Debian. Yes, I know I can use apt to download an XChat .deb binary, but I'd rather compile it when possible.
|
You can do a little of both, actually (assuming that you have the appropriate deb-src lines in /etc/apt/sources.list):
apt-get build-dep xchat #fetch the build dependencies
apt-get source -b xchat #download the source, build xchat, and create deb package(s)
Quote:
Here's the error I receive:
*** Warning: Linking the shared library perl.la against the
*** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not portable!
|
That's a fatal error? Odd; I've seen similar errors before and they weren't.
As to how you'd go about resolving it, I don't know.
Last edited by Ironi; 11-27-2004 at 10:37 PM.
|
|
|
11-27-2004, 11:58 PM
|
#3
|
Member
Registered: Nov 2004
Location: Florida, USA
Distribution: Debian, Redhat
Posts: 417
Rep:
|
Re: Can't compile XChat on Debian Sarge (Perl problem?)
Quote:
Originally posted by Ninja Cow
Here's the error I receive:
*** Warning: Linking the shared library perl.la against the
*** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not portable!
|
This is just a warning. X-Chat still compiles even with this particular warning. I just compiled x-chat under CVS, and it worked fine even with this warning.
|
|
|
11-28-2004, 06:35 PM
|
#4
|
Member
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221
Original Poster
Rep:
|
Re: Re: Can't compile XChat on Debian Sarge (Perl problem?)
Thanks folks. I'm able to compile XChat using Ironi's method. I receive a recursive error "pixmaps.o" when I try compiling 2.4.1 using the source from Xchat.org. That's okay, though, since Ironi's method worked like a charm.
Quote:
Originally posted by Wells
This is just a warning. X-Chat still compiles even with this particular warning. I just compiled x-chat under CVS, and it worked fine even with this warning.
|
It will not compile on my machine if I used the source from XChat.org. While I'm able to still use make install afterwards, nothing happens--meaning nothing installs.
|
|
|
04-15-2007, 04:30 PM
|
#5
|
LQ Newbie
Registered: Nov 2003
Location: Tehran
Distribution: Debian, Slakware, Suse, Libranet, Morphix, Shabdix, Redhat
Posts: 1
Rep:
|
Make a link to perl library
check the libperls in the /usr/lib directory
ls /usr/lib/libperl.so* -l
make a link like this
ln -s /usr/lib/libperl.so.5.8.8 /usr/lib/libperl.so
It solved my problem in compiling xchat on garnome.
|
|
|
All times are GMT -5. The time now is 08:45 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|