Installing FMOD, major issues.

Linux specific questions.
Post Reply
{Nathan}
Posts: 301
Joined: Jun 04, 2005 15:18
Location: Ohio
Contact:

Installing FMOD, major issues.

Post by {Nathan} »

/usr/share/freebasic/bin/linux/ld: cannot find -lfmod
nathan@laptop:~/code$ whereis fmod
fmod: /usr/include/fmod.h
nathan@laptop:~/code$
Basically, I downloaded FMOD 3.75 from their website. I copied the .so file to /usr/lib and I copied the .h files to /usr/include. I still get the above message. Any help?
Nexinarus
Posts: 146
Joined: May 28, 2005 6:08
Location: Everywhere
Contact:

Post by Nexinarus »

try find fmod in your local package repository, like in ubuntu with apt-get (or use the gui Synaptic). installing like that is a no-no usually.
DrV
Site Admin
Posts: 2116
Joined: May 27, 2005 18:39
Location: Midwestern USA
Contact:

Post by DrV »

You might have to run ldconfig, but installing it from a distro-specific repository would be better. From a quick search, Ubuntu doesn't seem to have an fmod package, though (which is not surprising, since it's non-free).
{Nathan}
Posts: 301
Joined: Jun 04, 2005 15:18
Location: Ohio
Contact:

Post by {Nathan} »

I looked all over for a package of FMOD. The unofficial APT repositories didn't wield any results when I searched for FMOD. I'll try running ldconfig.

...

Still didn't work.
E.K.Virtanen
Posts: 785
Joined: May 28, 2005 9:19
Location: Finland

Post by E.K.Virtanen »

@{Nathan}.
Do you still have this problem?
I did download FMOD 3.75 and noticed that it's .so is named differently.

/usr/lib/libfmod-3.75.so --> /usr/lib/libfmod.so
and i got it working with out problems.
sir_mud
Posts: 1401
Joined: Jul 29, 2006 3:00
Location: US
Contact:

Post by sir_mud »

yea, i just made libfmod.so a symlink to libfmod-3.75.so on Ubuntu
E.K.Virtanen
Posts: 785
Joined: May 28, 2005 9:19
Location: Finland

Post by E.K.Virtanen »

What i did understand from fmod.org, "FMOD 3.75 Programmers API" is most used and recommended FMOD at this time. Newer versions are not so used yet.
Maybe this should be noted on FB dev.team and "fmod" change to "libfmod.so" to "libfmod-3.75.so"?
Post Reply