./configure error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

./configure error

Post by looki »

hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... 6c3934d6c0
i follow all but i get this message when doing configure

configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.

configure: WARNING: OpenSSL development files not found, SSL won't be supported.

but these packages are installed correctly.

any ideas what to do?

greetz looki
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

./configure error

Post by austin987 »

On Wed, May 28, 2008 at 12:47 PM, looki <[email protected]> wrote:
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... 6c3934d6c0
i follow all but i get this message when doing configure

configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.

configure: WARNING: OpenSSL development files not found, SSL won't be supported.

but these packages are installed correctly.

any ideas what to do?

greetz looki





I'm assuming you've installed the 32 bit versions of those libraries.
If not, do so, and if it still doesn't work, try symlinking.
Bond Masuda

./configure error

Post by Bond Masuda »

I'm pretty new to wine myself, but I just compiled wine rc2. you need a
lot of development files for sure, but at least on Fedora 8, you have to
compile wine in 32bit mode (I noticed you have x86_64), which means that
you need the 32bit development files. The header files should be fine,
but when linking, it's going to need the 32bit libraries. So, check that
you have the 32bit libraries needed.

On a side note, I originally tried to compile wine on a x86_64 Fedora8,
but compiling for 32bit is so broken in x86_64, i ended up compiling it
in a virtual machine with i386 Fedora 8. The RPM system on Fedora8 seems
broken when it comes to i386 targets, so this might not matter to you in
OpenSUSE.

looki wrote:
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... 6c3934d6c0
i follow all but i get this message when doing configure

configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.

configure: WARNING: OpenSSL development files not found, SSL won't be supported.

but these packages are installed correctly.

any ideas what to do?

greetz looki




Mitch Mysliwiec

./configure error

Post by Mitch Mysliwiec »

I also have 64 bit opensuse 10.3 and I had to "symlink"

So the library libhal is something like libhal.so.2.1
(I'm at work and just making up the numbers...)

I had to link the libraries to the name without the numbers;

Ln -s libhal.so.2.1 libhal.so

And so on.

Hope that helps


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of looki
Sent: Wednesday, May 28, 2008 10:48 AM
To: [email protected]
Subject: [Wine] ./configure error

hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head ... a46dba9d6c
3934d6c0
i follow all but i get this message when doing configure

configure: libhal development files not found, no dynamic device
support.
configure: libsane development files not found, scanners won't be
supported.
configure: libgphoto2 development files not found, digital cameras won't
be supported.
configure: libcapi20 development files not found, ISDN won't be
supported.
configure: libcups development files not found, CUPS won't be supported.

configure: WARNING: OpenSSL development files not found, SSL won't be
supported.

but these packages are installed correctly.

any ideas what to do?

greetz looki
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

Post by looki »

thx for replieing so fast.
i just notice that yast2 crashes when triing to install the i586 of libhal. the 64bit devel is installed and i can not choose both at the same time.

i need to delete the devel then installing the 32 bit version.

but my problem still exists. .(

plz explain me what i have to symlink?
Bond Masuda

./configure error

Post by Bond Masuda »

when it links 32bit libraries like -lxyx, it looks for
/usr/lib/libxyz.so. Some libraries are installed as /usr/lib/libxyx.so.1.

looki wrote:
thx for replieing so fast.
i just notice that yast2 crashes when triing to install the i586 of libhal. the 64bit devel is installed and i can not choose both at the same time.

i need to delete the devel then installing the 32 bit version.

but my problem still exists. .(

plz explain me what i have to symlink?




looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

Post by looki »

oh what a fiddle but it works with symlinks.

thx so :)
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

Post by looki »

i got that with libssl now by using a symlink.
i just notice that zypper cant find a 32bit hal devel (i was wrong before because i used "zypper in rpm1.... rpmn" and i didnt bothered for correctness), so if i try installing an externel rpm i get dependency errors :(

im using fluxbox and something in my mind tells me that these libs are part of a kde rpm.

ok my main purpose was openssl to make trillian working.

greetz looki
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

./configure error

Post by austin987 »

On Wed, May 28, 2008 at 2:10 PM, looki <[email protected]> wrote:
im using fluxbox and something in my mind tells me that these libs are part of a kde rpm.
No, those libraries are not WM dependent.
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

Post by looki »

ok i just thought that suse repositories do work like this. that u need some kde rpms to get others.
but anyway i will bother for hal when i need it.

thx for your help

greetz looki
Locked