Re: Can't find -ldl ...

2003-10-02 Thread Jean-Baptiste Quenot
* Joe Sotham: I am trying to build resin on a FreeBSD 5.1-p2 release. This does not appear to be a resin problem ... snip/ Any suggestions? Yes, one suggestion: use www/resin2 or www/resin3 ports. -- Jean-Baptiste Quenot http://caraldi.com/jbq/

Can't find -ldl ...

2003-09-20 Thread Joe Sotham
I am trying to build resin on a FreeBSD 5.1-p2 release. This does not appear to be a resin problem ... I've modified the environment to search additional lib locations: LDFLAGS=-L/usr/compat/linux/lib -L/usr/local/lib Yet the following compile fails because a library can't be found: gcc

Re: Can't find -ldl ...

2003-09-20 Thread Kris Kennaway
On Sat, Sep 20, 2003 at 02:02:42PM -0700, Joe Sotham wrote: /usr/libexec/elf/ld: cannot find -ldl This is not a FreeBSD library. The error is that your software is trying to look for it in the first place. Despite the library appearing to be located in the expected location: #ls

Re: Can't find -ldl ...

2003-09-20 Thread Dan Nelson
In the last episode (Sep 20), Joe Sotham said: I am trying to build resin on a FreeBSD 5.1-p2 release. This does not appear to be a resin problem ... I've modified the environment to search additional lib locations: LDFLAGS=-L/usr/compat/linux/lib -L/usr/local/lib Yet the following