It's working now using this for compile
CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/lib
-L/usr/local/ssl/lib -R/usr/local/ssl/lib -R/usr/local/lib -ldl" ./configure
--with-ldap --with-ssl
I wanted to use libgcc_s.so.1 found in /usr/local/lib instead of the one
found in /usr/sfw/lib/
On 9/15/10 2:33 PM, Edward Carraro wrote:
libgcc_s.so.1 => /usr/sfw/lib/libgcc_s.so.1
obviously or not, that is your issue. /usr/sfw/lib was not listed in your LDFLAGS or in your crle.
Try rebuilding Dovecot adding a -L and -R with /usr/sfw/lib.
--
---
Chris Hoogendy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10-09-15 2:33 PM, Edward Carraro wrote:
> @Daryl
>
> crle output:
>
> Default configuration file (/var/ld/ld.config) not found
> Default Library Path (ELF): /lib:/usr/lib (system default)
> Trusted Directories (ELF):/lib/secure:/usr/lib/sec
@Daryl
crle output:
Default configuration file (/var/ld/ld.config) not found
Default Library Path (ELF): /lib:/usr/lib (system default)
Trusted Directories (ELF):/lib/secure:/usr/lib/secure (system default)
@Tim
compiled with:
CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/ss
On Wed, 2010-09-15 at 12:56 -0400, Edward Carraro wrote:
>
> libssl.so.1.0.0 exists in /usr/local/ssl/lib... which is what I've
> passed in
> LDFLAGS
>
> What parameters am I suppose to pass to configure?
I think: LDFLAGS=-R/usr/local/ssl/lib ./configure
On 10-09-15 12:56 PM, Edward Carraro wrote:
> I'm trying to compile the source for Dovecot 2.0.2 on a Solaris 10 SPARC
> machine.
[snip]
> I get the following error when starting up dovecot:
>
> Sep 15 11:34:16 master: Error: service(ssl-params): child 12239 killed with
> signal 9
> Sep 15 11:34
I'm trying to compile the source for Dovecot 2.0.2 on a Solaris 10 SPARC
machine.
> uname -a
SunOS ommtca013 5.10 Generic_13-07 sun4v sparc SUNW,Sun-Blade-T6300
Solaris
> cat /etc/release
Solaris 10 10/08 s10s_u6wos_07b SPARC
I've installed the following binaries from s