LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 10-22-2009, 12:51 PM   #16
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174

maybe you missed this package of alien bob's repo.
 
Old 10-24-2009, 05:44 PM   #17
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Original Poster
Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by poncez View Post
maybe you missed this package of alien bob's repo.
it's not that important like libsane (i don't have a scanner).
 
Old 02-04-2010, 12:44 AM   #18
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
i post the link to a bug thread on winehq here hoping it can be useful to anyone trying to build wine with mp3 support on multilib slack

http://bugs.winehq.org/show_bug.cgi?id=20042
 
Old 10-19-2010, 05:56 AM   #19
farfrael
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Rep: Reputation: 0
Having the exact same problem with wine 1.3.5, wine doesn't seem to find/like the openal lib

everything else works fine and wine compiles fine etc. Thanks to Alienbob for his awesome multilib packages.

[from ponce]
Quote:
ozanbaba, if you want to try them I prepared 3 compat32 packages (building them on slackware current with sbopkg and mpg123 build script from slacky.eu) and then converting them with alien bob's convertpkg-compat32): mpg123, openal and portaudio.
with those installed wine from git complains no more for me: libgsm is a codec for internet voice calls, you probably don't need it but, if you really need it, you can build it from slackbuilds.org.
I tried using your openal package but no success
also tried converting the package found at http://repository.slacky.eu/slackwar...s/openal-soft/ but no dice

I could not find the details of which version of Openal wine 1.3.5 expects so not sure if the error is a) because wine cannot find the libs at all or b) because the lib version is too old.

:frustrated:
 
Old 10-19-2010, 09:11 AM   #20
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
this topic is a little old (and still embarassing for me ): can you try with latest OpenAL (package built from slackbuilds.org)? I converted to -compat32 the i486 version for your ease

http://ponce.cc/slackware/testing/other/farfrael/

Last edited by ponce; 10-19-2010 at 09:17 AM.
 
Old 10-20-2010, 12:15 PM   #21
farfrael
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by ponce View Post
this topic is a little old (and still embarassing for me ): can you try with latest OpenAL (package built from slackbuilds.org)? I converted to -compat32 the i486 version for your ease

http://ponce.cc/slackware/testing/other/farfrael/
Thank you very much ponce, nothing to be embarrassed about
I have downloaded the packages, will install and report ASAP.

did you use any specific compile flags/sources etc? They seem to be the same version as the package from slacky.eu I tried?
 
Old 10-20-2010, 12:45 PM   #22
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
no, I simply built them with the standard flags you can see on their slackbuild.

just be sure to install the two packages as the header files for OpenAL used by wine for building are in the x86_64 package, while the libraries it will link to (and that it will use while running) are in the -compat32 one.

FYI, I've tried that myself and after building and installing I got
Code:
$ ldd /usr/lib64/wine/openal32.dll.so | grep openal
        libopenal.so.1 => /usr/lib/libopenal.so.1 (0xf76b3000)

Last edited by ponce; 10-20-2010 at 02:33 PM.
 
Old 10-21-2010, 04:31 AM   #23
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Original Poster
Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by ponce View Post
no, I simply built them with the standard flags you can see on their slackbuild.

just be sure to install the two packages as the header files for OpenAL used by wine for building are in the x86_64 package, while the libraries it will link to (and that it will use while running) are in the -compat32 one.

FYI, I've tried that myself and after building and installing I got
Code:
$ ldd /usr/lib64/wine/openal32.dll.so | grep openal
        libopenal.so.1 => /usr/lib/libopenal.so.1 (0xf76b3000)
At my system by then, Wine never able to find the libxcomposite libs. However after reverel clean installs of multi lib it worked. I never found the reason why Wine never found libxcomposite. It my 13.1 system, It finds fine and I have problems (And no need for external mpg123-compat32 pakage is needed. Alien BOB's massconvert is all needed).
 
Old 10-21-2010, 05:06 AM   #24
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
yes, because later Eric added mpg123 to the default set of compat32 libs.
 
Old 10-21-2010, 11:44 AM   #25
farfrael
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by ponce View Post
no, I simply built them with the standard flags you can see on their slackbuild.

just be sure to install the two packages as the header files for OpenAL used by wine for building are in the x86_64 package, while the libraries it will link to (and that it will use while running) are in the -compat32 one.

FYI, I've tried that myself and after building and installing I got
Code:
$ ldd /usr/lib64/wine/openal32.dll.so | grep openal
        libopenal.so.1 => /usr/lib/libopenal.so.1 (0xf76b3000)
Works now thank you !
I had not realised both (64 and compat) packages needed to be installed to have the headers

Would it work/be possible to modify the 64=>32 package converter script such that it keeps the headers?
 
Old 10-21-2010, 11:57 AM   #26
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Original Poster
Rep: Reputation: 135Reputation: 135
Quote:
Originally Posted by farfrael View Post
Works now thank you !
I had not realised both (64 and compat) packages needed to be installed to have the headers

Would it work/be possible to modify the 64=>32 package converter script such that it keeps the headers?
You can but please don't
 
Old 10-21-2010, 02:16 PM   #27
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by farfrael View Post
Works now thank you !
I had not realised both (64 and compat) packages needed to be installed to have the headers

Would it work/be possible to modify the 64=>32 package converter script such that it keeps the headers?
I really wonder if you should not just install a 32-bit Slackware... What good is it if you do not install 64-bit packages on a 64-bit OS?

Eric
 
Old 10-21-2010, 05:44 PM   #28
farfrael
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Rep: Reputation: 0
Quote:
Originally Posted by Alien Bob View Post
I really wonder if you should not just install a 32-bit Slackware... What good is it if you do not install 64-bit packages on a 64-bit OS?

Eric
In that specific instance, this library is only used when compiling Wine.

Given my lakc of knowledge as to how exactly the multilib system interacts with 64/32 libs, I was trying to minimise potential issues by only installing the 32-compat package.

I used to use 32-bit slack but on my current machine I just end up wasting resources.
 
Old 11-26-2010, 02:42 PM   #29
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Original Poster
Rep: Reputation: 135Reputation: 135
I think I know the reason. Now I got a 13.1 Multilib system which I install wine. It was saying that I did not have sane development packages. I installed sane/xsane compat32 packets but It did not stop complaining about how it did not find sane development files. Well I checked xsane was missing dependencies (32 bit one: ldd /usr/bin/32/xsane). I installed missing dependencies one by one. Now I tested it, Wine configure does not complain about missing sane development files. My guess is that dependency problem.
 
  


Reply



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
Howto install 32-bit libraries on 64-bit Linux using yum shawn_t Linux - Server 16 07-13-2012 02:46 AM
[SOLVED] ati driver 32-bit compatibility for Slackware 64-bit multilib? vik Slackware 25 02-16-2010 07:06 PM
how do I install 32-bit compiler libraries onto a 64-bit machine? charleycat Linux - Software 1 08-16-2007 01:45 PM
64 bit vs 32 bit ubuntu 7.04 for WINE/wowc? Pfaust Ubuntu 3 05-23-2007 07:19 AM
chroot 32 bit to compile wine CVS (cannot find -lXext) 1veedo Linux - Software 0 01-14-2006 07:20 PM

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

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