Can't set up soname
From: Sebastiano (info_at_sebastianogazzola.it)
Date: 02/25/04
- Next message: Paul Pluzhnikov: "Re: Can't set up soname"
- Previous message: somez72: "TCP-Wrapper and IP-table?"
- Next in thread: Paul Pluzhnikov: "Re: Can't set up soname"
- Reply: Paul Pluzhnikov: "Re: Can't set up soname"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 25 Feb 2004 14:39:54 +0100
I have compiled a shared library with these commands:
gcc -fPIC -c *.c
gcc -shared -W1,-soname,libseba.so.1 -o libseba.so.1.2.3 *.o
but if I copy the resulted shared library in /lib directory and I run
ldconfig utility it doesn't create any link named libseba.so.1. When I
execute this command
objdump -x libseba.so.1.2.3 | grep SONAME
it doesn't return nothing. Why? Which command do I have to use for indicate
the soname for the new library? What is wrong?
Many thanks
Sebastiano
- Next message: Paul Pluzhnikov: "Re: Can't set up soname"
- Previous message: somez72: "TCP-Wrapper and IP-table?"
- Next in thread: Paul Pluzhnikov: "Re: Can't set up soname"
- Reply: Paul Pluzhnikov: "Re: Can't set up soname"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|