On Aug 28, 2013, at 14:16, Guido Larrain wrote:
> /usr/bin/ld: cannot find -lexpat
> i read somewhere that i need to specified where expat is located. Something
> like --with-expat=/usr/local/include:/usr/local/lib:expat
>
> Can someone tell me if that true?
According to the output of "./conf
Everything was kind of fine except when i was trying to build and then
install svn i'm getting another error now :(
here is what i did...
1- *./configure --prefix=/svndata/svnserver --without-berkeley-db
--with-apr=/svndata/svnserver --with-apr-util=/svndata/svnserver
--with-neon=/svndata/svnserv
yeap... i saw that early this morning... now i'm trying with openldap-2.4.36
i'll let you know how it went. thanks!!
2013/8/28 Ryan Schmidt
>
> On Aug 28, 2013, at 06:31, Guido Larrain wrote:
>
> > That's correct... but the thing is i only need the libraries from
> openldap...
> >
> > so i've
On Aug 28, 2013, at 06:31, Guido Larrain wrote:
> That's correct... but the thing is i only need the libraries from openldap...
>
> so i've been trying with this command to create only a build as a client
>
> ./configure --prefix=/www/openldap-2.3.43 --disable-slapd --disable-slurpd
>
> which
That's correct... but the thing is i only need the libraries from
openldap...
so i've been trying with this command to create only a build as a client
*./configure --prefix=/www/openldap-2.3.43 --disable-slapd --disable-slurpd*
*
*
which finished successfully, then i ran this...
*make depend*
h
I guess openldap requires BerkeleyDB, so install that first.
On Aug 27, 2013, at 09:44, Guido Larrain wrote:
> Thats right... but when i try to install open ldap i got this...
>
> i ran this...
>
> ./configure --prefix=/www/openldap-2.3.43
>
> and finally i got this...
>
> configure: error: B
Thats right... but when i try to install open ldap i got this...
i ran this...
*./configure --prefix=/www/openldap-2.3.43*
*
*
and finally i got this...
*configure: error: BDB/HDB: BerkeleyDB not available*
i'm kind of lost here...
i really appreciate your help. thanks!
*
*
*
*
2013/8/27 Ni
On Aug 27, 2013, at 09:08, Guido Larrain wrote:
> I'm having this issue when i try to install APR-UTIL.
>
> when i ran this command
>
> ./configure --enable-shared --prefix=/svndata/svnserver --with-expat=builtin
> --with-apr=/svndata/svnserver --without-berkeley-db --with-ldap
> --with-lda
You might mention which OS you're working with, and whether there is a native
apr-util you are trying to upgrade for Subversion support.
Nico Kadel-Garcia
Email: nka...@gmail.com
Sent from iPhone
On Aug 27, 2013, at 10:08, Guido Larrain wrote:
> Hello Guys;
>
> I'm having this issue when i tr