LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-18-2005, 05:03 PM   #1
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
[Slack 10.1] OpenOffice.org conflicts with glibc 2.3.4


It seems that recent versions of OpenOffice.org are incompatible with glibc 2.3.4 as used by Slackware 10.1.

I tried OOo 1.1.3, 1.1.4, 1.9.77 and 1.9.79. They all can be installed and run as root. Trying to run them as a regular user, however, gives this:

./soffice
*** glibc detected *** free(): invalid pointer: 0x41338c94 ***
Aborted

I seems to be a bug in OOo, however in Slack 10.0 OOo 1.1.3 and 1.1.4 used to work. I submitted a bug report for OOo. It's issue 43109 in the OOo issue tracker.

This, unfortunately, means that we can't use OOo on Slack 10.1.

gargamel
 
Old 02-18-2005, 05:16 PM   #2
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
Are you certain?

I have glibc 2.3.4 here on Slackware and OpenOffice.org 1.1.4 works fine (-current, upgraded from 10.0).
 
Old 02-18-2005, 05:19 PM   #3
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Interesting, but yes: It's not working here, on 10.1 Release... which should be the same as current, at the moment... Hmmm.

gargamel
 
Old 02-18-2005, 05:23 PM   #4
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
well...how did you install it ?
i want to install it this weekend.

egag
 
Old 02-18-2005, 05:37 PM   #5
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Exactly as specified in the OOo docs.

Download, unpack and cd into the created OOo dir.

As root:
./setup -net

As user:
cd /opt/OpenOffice.org-1.1.4/program
./setup

I even got menu entries with correct items in KDE, but only root could run OOo, not a regular user.

gargamel

Last edited by gargamel; 02-18-2005 at 05:38 PM.
 
Old 02-18-2005, 07:28 PM   #6
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
Hmm... I'm running Slack 10.1, 2.6.10 kernel, and OOo 1.1.4 on my laptop. It was a wipe HDD/install Slack from CD installation, and OOo is working fine.

For the record, I installed it as root using ./install. It didn't do the GUI install, it just copied/extracted the files to /usr/local. Then I logged in as a user, and ran the setup from the OOo directory, and chose workstation install. Works perfectly.
 
Old 02-19-2005, 07:15 AM   #7
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,644

Rep: Reputation: 145Reputation: 145
Hi gargamel,

I thought I should write here, because my slackware installation sounds very similar to yours. I have two installations of Slackware, and OpenOffice works under both:

(1) 10.0 upgraded to 10.1 according to Pat's recommendations. OpenOffice.org 1.1.4 (german) was installed under 10.0 but worked without problems after upgrade.

(2) 10.1 installed directly from the cds. OpenOffice 1.1.4 (german) installed after system setup works like a charm, no problem.

So maybe it is not a general problem with the glibc-2.3.4-i486-1.tgz provided on the Slackware cd. Both my installations have only this version. When I start OpenOffice in CLI there is no error message. I hope this helps in finding the cause of the error you encounterd.

Regards,

titopoquito
 
Old 02-19-2005, 10:03 AM   #8
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Thanks, everyone.

I have come across a few reports of people with the same problem that I have, and it appears not to be Slackware specific --- it's also present on some Debian and Red Hat systems, it seems.
On the other hand it works for you...

Maybe, it's not a glibc problem, at all, then. Perhaps I should take the following error message much more seriously, which I get at the time I start the setup script as a regular user for workstation install.

cd /opt/<OOo>/program (as user)
./setup

And here I get this:

libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering

Any ideas, what this means?

Thanks again!

gargamel
 
Old 02-19-2005, 11:38 AM   #9
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Follow this mailing archive :
http://www.ussg.iu.edu/hypermail/lin...01.3/1752.html
 
Old 02-19-2005, 04:10 PM   #10
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Thank you so much, keefaz!

I checked my udev permissions file, and found that there is a group video defined in Slackware.

I added my user to group video and copied the following few lines from a SuSE system to my xorg.conf:

Section "DRI"
Group "video"
Mode 0660
EndSection

And now it works just fine!
Weird!

Thanks a lot, you all, but of course especially to you, keefaz.

gargamel
 
Old 02-20-2005, 02:26 AM   #11
Artanicus
Member
 
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827

Rep: Reputation: 31
That sure sounds promising, Ill try it on my gf's comp the next time I get around.. This problem has been driving her nuts.. The thing I dont get, is why does it error with glibc? Sounds pretty much like a windows error.. d:
 
Old 02-20-2005, 09:30 AM   #12
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally posted by Artanicus
That sure sounds promising, Ill try it on my gf's comp the next time I get around.. This problem has been driving her nuts.. The thing I dont get, is why does it error with glibc? Sounds pretty much like a windows error.. d:
The error message is totally misleading. Without the kind help of the helpful Slackware community and the Slackware maintainer, Patrick Volkerding, I would never have been able to track it down and fix it. Good luck!

gargamel
 
  


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
OpenOffice.org *** glibc detected *** free(): invalid pointer: 0x41481c94 *** Artanicus Linux - Software 2 02-19-2005 07:04 PM
OpenOffice.org is incompatible with glibc 2.3.4 gargamel Linux - Software 0 02-18-2005 05:12 PM
OpenOffice.org 1.1.4 not working in Slack 10.1 gargamel Slackware 5 02-18-2005 02:24 PM
ncsd, glibc, and glibc-common conflicts during LAMP install beaker911 Linux - Software 0 12-30-2004 02:31 PM
Glibc conflicts with Sash Kensai Mandriva 1 02-22-2004 08:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:21 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