Gianluca Sforna wrote:
> On 2/12/07, Aurélien Gâteau <[EMAIL PROTECTED]> wrote:
>> Nicolas Lécureuil wrote:
>> > Hi,
>> >
>> > what is the status of fixing librairies to not have anymore .so as
>> > libs ? because you provides libs of portaudio ( for exemple) so it
>> > conflicts with portaudio-devel on linux distributions, in + the fact
>> > that there is .so files make rpm requiring -devels files.
>>
>> As Andreas said, for Portaudio the best solution is probably to link to
>> the packaged version, provided it is at least v19.
>>
>> Since our own libs are not intended to be used by other projects (at
>> least for now), the simplest solution would probably be to install them
>> in /usr/lib/wengophone, but I am not use about the necessary linker
>> options to make sure the binary gets to find them. Any idea?
> 
> Are we still talking about distro packages? if so:
> 
> * put libs into /usr/lib/wengophone
> * add a wengophone.conf file into /etc/ld.so.conf.d containing the
> single line:
>  /usr/lib/wengophone
> * be sure to call /sbin/ldconfig after package install and removal
> 
> This schema is used in Fedora, YMMV

http://dev.openwengo.com/trac/openwengo/trac.cgi/changeset/9735

  ...
  NEEDED      libc.so.6
  NEEDED      libX11.so.6
  RPATH       /usr/lib64/wengophone:/usr/lib64:/opt/gnome/lib64
  RUNPATH     /usr/lib64/wengophone:/usr/lib64:/opt/gnome/lib64
  INIT        0xa0bb30
  FINI        0xf2a514
  ...

Cheers,

        -- andreas

-- 
http://www.cynapses.org/ - cybernetic synapses


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to