LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-24-2005, 08:43 PM   #16
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Linux Mint
Posts: 881

Original Poster
Rep: Reputation: 130Reputation: 130

It went for about 20 minutes and got this error:

Code:
g++ -O  -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicuio.so.26 -o libicuio.so.26.0 locbund.o loccache.o ufile.o ufmt_cmn.o uprintf.o uprntf_p.o uscanf.o uscanf_p.o uscanset.o ustdio.o sprintf.o sprntf_p.o sscanf.o sscanf_p.o ustream.o -L../../common -licuuc -L../../data/out -L../../stubdata -licudata -L../../i18n -licui18n -lpthread -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: libicuio.so.26.0: undefined versioned symbol name std::time_put_w@@GLIBCPP_3.2
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libicuio.so.26.0] Error 1
rm sscanf.ao uscanf.ao sscanf_p.ao uscanf_p.ao locbund.ao uscanset.ao ustream.ao sprintf.ao uprintf.ao sprntf_p.ao uprntf_p.ao ustdio.ao loccache.ao ufile.ao ufmt_cmn.ao
make[2]: Leaving directory `/home/dane/tmp/OOo/icu/unxlngi4.pro/misc/build/icu/source/extra/ustdio'
make[1]: *** [all-recursive] Error 2
make[1]: Leaving directory `/home/dane/tmp/OOo/icu/unxlngi4.pro/misc/build/icu/source/extra'
make: *** [all-recursive] Error 2
dmake:  Error code 2, while making './unxlngi4.pro/misc/build/so_built_so_icu'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /home/dane/tmp/OOo/icu
I did a locate on libicuio and this is what it turned up:

Code:
<~/tmp>
[dane@Orchestrator tmp]$ locate libicuio
/usr/local/lib/libicuio.so
/usr/local/lib/libicuio.so.32
/usr/local/lib/libicuio.so.32.0
/home/dane/tmp/icu/source/lib/libicuio.so
/home/dane/tmp/icu/source/lib/libicuio.so.32
/home/dane/tmp/icu/source/lib/libicuio.so.32.0
/home/dane/backup/home/dane/tmp/icu/source/lib/libicuio.so
/home/dane/backup/home/dane/tmp/icu/source/lib/libicuio.so.32
/home/dane/backup/home/dane/tmp/icu/source/lib/libicuio.so.32.0
/home/dane/backup/root/usr/local/lib/libicuio.so
/home/dane/backup/root/usr/local/lib/libicuio.so.32
/home/dane/backup/root/usr/local/lib/libicuio.so.32.0

Any ideas?

--Dane
 
Old 08-24-2005, 09:53 PM   #17
ghrellin
Member
 
Registered: Dec 2004
Location: USA
Distribution: Gentoo Linux
Posts: 41

Rep: Reputation: 15
What version of binutils are you running? You need >=2.14.
 
Old 08-24-2005, 10:20 PM   #18
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Linux Mint
Posts: 881

Original Poster
Rep: Reputation: 130Reputation: 130
Thanks for the reply.

I'm running binutils version 2.15.92.0.2-i486-2 downloaded via swaret.

--Dane
 
Old 09-01-2005, 10:21 PM   #19
compu73rg33k
Member
 
Registered: Feb 2004
Distribution: Ubuntu
Posts: 316

Rep: Reputation: 30
I've had a very very similar experience trying to compile open office 2.0 beta and have gotten past the PAM and Java errors. Now I'm getting a perl error.
Code:
checking for required Perl modules... Can't locate Compress/Zlib.pm in @INC (@INC contains: /usr/lib/perl5/5.8.6/i486-linux /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.8.6/Archive/Zip.pm line 24.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.6/Archive/Zip.pm line 24.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
configure: error: Failed to find some modules
I installed Archive Zip however it complained about not having zlib1.4 ( ?! ) so I installed zlib1.2.3 which seems to be the latest release.

By the way I'm on Slackware 10.1
 
Old 09-03-2005, 04:43 PM   #20
compu73rg33k
Member
 
Registered: Feb 2004
Distribution: Ubuntu
Posts: 316

Rep: Reputation: 30
Help anyone?
 
Old 09-04-2005, 04:44 AM   #21
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Linux Mint
Posts: 881

Original Poster
Rep: Reputation: 130Reputation: 130
Get the source RPM from here: http://rpm.pbone.net/index.php3/stat...0.11-2.src.rpm

then run:

Code:
rpm2targz perl-Archive-Zip-0.11-2.src.rpm
tar -zxvf perl-Archive-Zip-0.11-2.src.tar.gz
Then compile as normal. I don't know if this is the right version, so if it doesn't work, you can try looking on google for "perl-archive-zip". Download the source file if it's available, or if downloading a binary, you can use rpm2tgz.

HTH

--Dane

P.S. Also try looking for perl(compress::zlib) on the web (such as http://rpm.pbone.net/index.php3/stat...s%3A%3AZlib%29) or on cpan. (Try typing "cpan" as root.)

Last edited by DaneM; 09-04-2005 at 04:55 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get OpenOffice 2 Beta on Debian BuckRogers01 Debian 23 08-11-2005 02:48 PM
OpenOffice 2 beta in Slack objorkum Slackware 5 05-06-2005 06:46 AM
OpenOffice 2 Beta installation alexrait1 Slackware 8 03-13-2005 07:01 PM
OpenOffice 2.0 beta and SuSE 9.2 problem foxy123 SUSE / openSUSE 2 03-13-2005 08:37 AM
OpenOffice 2.0 beta release davecs Linux - Software 0 12-05-2004 06:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration