Dependency Problem

How do I solve this problem? Thank you.

ld-linux.so.2 is needed by SDL-1.2.4-1
libc.so.6 is needed by SDL-1.2.4-1
libdl.so.2 is needed by SDL-1.2.4-1
libm.so.6 is needed by SDL-1.2.4-1
libX11.so.6 is needed by SDL-1.2.4-1
libXext.so.6 is needed by SDL-1.2.4-1
libc.so.6(GLIBC_2.0) is needed by SDL-1.2.4-1
libc.so.6(GLIBC_2.1) is needed by SDL-1.2.4-1
libc.so.6(GLIBC_2.1.3) is needed by SDL-1.2.4-1
libc.so.6(GLIBC_2.2) is needed by SDL-1.2.4-1
libdl.so.2(GLIBC_2.0) is needed by SDL-1.2.4-1
libdl.so.2(GLIBC_2.1) is needed by SDL-1.2.4-1
libm.so.6(GLIBC_2.0) is needed by SDL-1.2.4-1

How do I solve this problem? Thank you.

ld-linux.so.2 is needed by SDL-1.2.4-1
[snipped]

What Linux distribution and version are you trying to install on?

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment

By compiling from source.On Sun, 2002-07-21 at 02:25, Anthony YS wrote:

How do I solve this problem? Thank you.

slackware 8.1

slouken at devolution.com wrote:>>How do I solve this problem? Thank you.

ld-linux.so.2 is needed by SDL-1.2.4-1

[snipped]

What Linux distribution and version are you trying to install on?

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Don’t use RPMs, install from source.On Sun, 2002-07-21 at 11:28, Anthony YS wrote:

slackware 8.1

SDL is a package in the “extra” directory. This is a “good” package,
there shouldn’t be any need to compile from source.I assume you’ve got
the X packages, including X-Devel installed.

This needs adding to your link line as well by the looks of it, looks
like your trying to compile an SDL program and the link is failing ?

-L/usr/X11R6/lib -L/usr/local/lib -lpthread -lstdc++ -lm -lc -ldl -lX11
-lXext

Try and provide a bit more information with your original request
please.

AndyOn Sun, 2002-07-21 at 02:28, Anthony YS wrote:

slackware 8.1

Thank you all for your help. I have a simpler question. I want to
compile SDL1.2 from source. What SDL packages do I require?
Thank you.

Andy: I installed every package on the slackware cd minus the console
games. And sorry for the lack of info on my part, I did hit that send
button alittle too fast.

andy at prestonmedina.com wrote:>On Sun, 2002-07-21 at 02:28, Anthony YS wrote:

slackware 8.1

SDL is a package in the “extra” directory. This is a “good” package,
there shouldn’t be any need to compile from source.I assume you’ve got
the X packages, including X-Devel installed.

This needs adding to your link line as well by the looks of it, looks
like your trying to compile an SDL program and the link is failing ?

-L/usr/X11R6/lib -L/usr/local/lib -lpthread -lstdc++ -lm -lc -ldl -lX11
-lXext

Try and provide a bit more information with your original request
please.

Andy


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

SDL-1.2.4.tar.gz

To install:
tar xzvf SDL-1.2.4.tar.gz
cd SDL-1.2.4
./configure
su -c “make install”

No offense, but… are you sure Slackware is the right distro for you?On Sun, 2002-07-21 at 23:53, Anthony YS wrote:

Thank you all for your help. I have a simpler question. I want to
compile SDL1.2 from source. What SDL packages do I require?
Thank you.

No offense taken.
I know how to unzip and compile. I do it often.
I was just confused about what packages I needed in order to compile
other apps using SDL
Slackware is the best choice for me, I’ve learned alot.
Anyway, thanks again.

AresCFH

BTW, whats your distro of choice?

h.lai at chello.nl wrote:>On Sun, 2002-07-21 at 23:53, Anthony YS wrote:

Thank you all for your help. I have a simpler question. I want to
compile SDL1.2 from source. What SDL packages do I require?
Thank you.

SDL-1.2.4.tar.gz

To install:
tar xzvf SDL-1.2.4.tar.gz
cd SDL-1.2.4
./configure
su -c “make install”

No offense, but… are you sure Slackware is the right distro for you?


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

I am also a daily slackware user, but as you were trying
to use SDL RPM release with slackware, I have to point out
that RPMs generally do not work well with slackware.
Slackware users prefer to compile from source.

I’d suggest you download recent source releases of SDL,
SDL_image, SDL_ttf, SDL_mixer, SDL_net and then compile
and install all of them before trying to compile other
apps using SDL.

Or are you talking about what packages you need before
SDL can be properly compiled?

Regards,
.paul.On Sun, Jul 21, 2002 at 11:03:55PM -0500, Anthony YS wrote:

No offense taken.
I know how to unzip and compile. I do it often.
I was just confused about what packages I needed in order to compile
other apps using SDL
Slackware is the best choice for me, I’ve learned alot.
Anyway, thanks again.

AresCFH

BTW, whats your distro of choice?

h.lai at chello.nl wrote:

On Sun, 2002-07-21 at 23:53, Anthony YS wrote:

Thank you all for your help. I have a simpler question. I want to
compile SDL1.2 from source. What SDL packages do I require?
Thank you.

SDL-1.2.4.tar.gz

To install:
tar xzvf SDL-1.2.4.tar.gz
cd SDL-1.2.4
./configure
su -c “make install”

No offense, but… are you sure Slackware is the right distro for you?


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

I’ll never touch an .rpm agian :slight_smile:

I’d suggest you download recent source releases of SDL,
SDL_image, SDL_ttf, SDL_mixer, SDL_net and then compile
and install all of them before trying to compile other
apps using SDL.

Excellent, time to start compiling.

Hello all,

I’m not trying to start a distro war, but I would like to suggest Gentoo
(www.gentoo.org) to people. It is a great distro to learn with. Also, they
have SDL in their package system. All you have to do is run "emerge libsdl"
and it will rsync it, rsync it’s dependencies, and compile it.

~Rob> ----- Original Message -----

From: paul@theV.net [mailto:paul at theV.net]
Sent: Sunday, July 21, 2002 9:38 PM
To: sdl at libsdl.org
Subject: Re: [SDL] Dependency Problem

I am also a daily slackware user, but as you were trying
to use SDL RPM release with slackware, I have to point out
that RPMs generally do not work well with slackware.
Slackware users prefer to compile from source.

I’d suggest you download recent source releases of SDL,
SDL_image, SDL_ttf, SDL_mixer, SDL_net and then compile
and install all of them before trying to compile other
apps using SDL.

Or are you talking about what packages you need before
SDL can be properly compiled?

Regards,
.paul.

On Sun, Jul 21, 2002 at 11:03:55PM -0500, Anthony YS wrote:

No offense taken.
I know how to unzip and compile. I do it often.
I was just confused about what packages I needed in order to compile
other apps using SDL
Slackware is the best choice for me, I’ve learned alot.
Anyway, thanks again.

AresCFH

BTW, whats your distro of choice?

h.lai at chello.nl wrote:

On Sun, 2002-07-21 at 23:53, Anthony YS wrote:

Thank you all for your help. I have a simpler question. I want to
compile SDL1.2 from source. What SDL packages do I require?
Thank you.

SDL-1.2.4.tar.gz

To install:
tar xzvf SDL-1.2.4.tar.gz
cd SDL-1.2.4
./configure
su -c “make install”

No offense, but… are you sure Slackware is the right distro for you?


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl