BZFS Plugins only come in .la

Need help seting up a server, or have a question on how to run one? This is the place.
Post Reply
F687/s
Private First Class
Private First Class
Posts: 369
Joined: Sun Dec 31, 2006 8:30 pm

BZFS Plugins only come in .la

Post by F687/s »

Hello, my server seems to have a problem generating .so files. For some strange reason, the plugins generated only come in .la and .a files. I'm guessing it has something to do with Libtool and/or various linkage components. On some machines it works, and it doesn't on others.

I'm using /unix/linux/debian/ubuntu/mepis as my OS hierarchy.

Help would be appreciated.
Longhair
Private First Class
Private First Class
Posts: 330
Joined: Tue Feb 08, 2005 6:06 pm
Location: Lancaster, PA
Contact:

Post by Longhair »

Did you compile it from source? I've always had to do:

Code: Select all

./configure --enable-shared
F687/s
Private First Class
Private First Class
Posts: 369
Joined: Sun Dec 31, 2006 8:30 pm

Post by F687/s »

Duh, I should have knew knew that.
Post Reply