Slackware This Forum is for the discussion of Slackware 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-22-2009, 12:51 PM
|
#16
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,982
|
maybe you missed this package of alien bob's repo. 
|
|
|
|
10-24-2009, 05:44 PM
|
#17
|
|
Member
Registered: May 2003
Location: Tengiz
Distribution: Slackware64 13.37
Posts: 669
Original Poster
Rep:
|
Quote:
Originally Posted by poncez
maybe you missed this package of alien bob's repo. 
|
it's not that important like libsane (i don't have a scanner).
|
|
|
|
02-04-2010, 12:44 AM
|
#18
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,982
|
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
|
|
|
|
10-19-2010, 05:56 AM
|
#19
|
|
LQ Newbie
Registered: Nov 2006
Posts: 19
Rep:
|
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:
|
|
|
|
10-19-2010, 09:11 AM
|
#20
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,982
|
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.
|
|
|
|
10-20-2010, 12:15 PM
|
#21
|
|
LQ Newbie
Registered: Nov 2006
Posts: 19
Rep:
|
Quote:
Originally Posted by ponce
|
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?
|
|
|
|
10-20-2010, 12:45 PM
|
#22
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,982
|
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.
|
|
|
|
10-21-2010, 04:31 AM
|
#23
|
|
Member
Registered: May 2003
Location: Tengiz
Distribution: Slackware64 13.37
Posts: 669
Original Poster
Rep:
|
Quote:
Originally Posted by ponce
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).
|
|
|
|
10-21-2010, 05:06 AM
|
#24
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,982
|
yes, because later Eric added mpg123 to the default set of compat32 libs.
|
|
|
|
10-21-2010, 11:44 AM
|
#25
|
|
LQ Newbie
Registered: Nov 2006
Posts: 19
Rep:
|
Quote:
Originally Posted by ponce
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?
|
|
|
|
10-21-2010, 11:57 AM
|
#26
|
|
Member
Registered: May 2003
Location: Tengiz
Distribution: Slackware64 13.37
Posts: 669
Original Poster
Rep:
|
Quote:
Originally Posted by farfrael
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
|
|
|
|
10-21-2010, 02:16 PM
|
#27
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,728
Rep: 
|
Quote:
Originally Posted by farfrael
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
|
|
|
|
10-21-2010, 05:44 PM
|
#28
|
|
LQ Newbie
Registered: Nov 2006
Posts: 19
Rep:
|
Quote:
Originally Posted by Alien Bob
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.
|
|
|
|
11-26-2010, 02:42 PM
|
#29
|
|
Member
Registered: May 2003
Location: Tengiz
Distribution: Slackware64 13.37
Posts: 669
Original Poster
Rep:
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:14 AM.
|
|
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
|
|