Hi Russell

I have tried both things that you have suggested, and this is what I found :

In response to 1), as I built apache using the package from 
http://www.sunfreeware.com, there is no configure option to be found. Is there 
another way to configure files like you said?

2) I managed to run that command after removed the "httpd -v" segment, but it 
made no difference to the problem. When i tried to run the command with the 
"httpd -v" segment, it gave a "Directory not found" error.

Thanks, 

Stuart

> Date: Thu, 20 Dec 2007 13:21:05 -0600
> From: [EMAIL PROTECTED]
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Error with make command
> 
> Two things:
> 
> 1) httpd is not compile statically, so it looks for libraries at run-time
> To compile statically, try this ./configure option
>         --enable-static-support
> 
> 2) the library is not found at run time.
> (assuming libexpat is in /lib) To fix this, try:
> env LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib httpd -v
> If this is successful, then httpd needs its library paths updated.
> I forget where the system paths are at in Solaris, it has been so long, but I
> think it is here:
> /etc/ld.so.conf
> This is the file to configure the system side LD library paths if you do not
> want to provide it in the system environment everytime.
> 
> Otherwise, you can define LD_LIBRARY_PATH as I have above in the apachectl 
> script.
> 
> -RG
> 
> 
> Stew Henderson wrote:
> > Thank you very much for your help. The installation went fine, but when
> > I try to start the server I get this error.
> > 
> > -bash-3.00# apachectl start
> > ld.so.1: httpd: fatal: libexpat.so.0: open failed: No such file or directory
> > Killed
> > 
> > I added all packages that were recommended on
> > http://www.sunfreeware.com/, including the libexpat package, so I dont
> > understand why it would do that....
> > 
> > Thanks very much for your help with this issue!
> > 
> > Stuart
> > 
> >> Date: Thu, 20 Dec 2007 09:15:16 -0600
> >> From: [EMAIL PROTECTED]
> >> To: users@httpd.apache.org
> >> Subject: Re: [EMAIL PROTECTED] Error with make command
> >>
> >> You can download the compiled GCC and glib packages you need from this
> > site
> >> http://www.sunfreeware.com/
> >>
> >> Looks like they even have Apache 2.2.6 available too.
> >>
> >> To compile, try using these packages on your system.
> >> Also be sure you are using apr and apr-util version 1.2.*
> >> If you do not want to compile those, you can also download 1.2.2 from
> > the above
> >> site.
> >>
> >> -RG
> >>
> >>
> >> Stew Henderson wrote:
> >> > Hi
> >> >
> >> > I have been trying to install Apache on Solaris 10. I hit problems
> > when I r=
> >> > un the "make" command. I have downloaded, and isntalled GNU Make,
> > and also =
> >> > have GCC installed. Here is the output when I run this make command:
> >> >
> >> > iris:/software/httpd-2.2.6# make
> >> > Making all in srclib
> >> > Making all in apr
> >> > /bin/bash /software/httpd-2.2.6/srclib/apr/libtool --silent
> >> > g -O2 -DHAVE_CONFIG_H -DSOLARIS2=3D10 -D_POSIX_PTHREAD_SEMAN
> >> > _LARGEFILE64_SOURCE -I./include -I/software/httpd-2.2.6/sr
> >> > h/unix -I./include/arch/unix -I/software/httpd-2.2.6/srclib/
> >> > wd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/ap
> >> > In file included from /usr/include/sys/wait.h:24,
> >> > from include/apr.h:134,
> >> > from include/apr_pools.h:37,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > common.h:24,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > vate.h:779,
> >> > from passwd/apr_getpass.c:22:
> >> > /usr/include/sys/siginfo.h:259: error: parse error before "c
> >> > /usr/include/sys/siginfo.h:292: error: parse error before '}
> >> > /usr/include/sys/siginfo.h:294: error: parse error before '}
> >> > /usr/include/sys/siginfo.h:390: error: parse error before "c
> >> > /usr/include/sys/siginfo.h:392: error: conflicting types for
> >> > /usr/include/sys/siginfo.h:261: error: previous declaration
> >> > /usr/include/sys/siginfo.h:398: error: conflicting types for
> >> > /usr/include/sys/siginfo.h:267: error: previous declaration
> >> > /usr/include/sys/siginfo.h:404: error: conflicting types for
> >> > /usr/include/sys/siginfo.h:273: error: previous declaration
> >> > /usr/include/sys/siginfo.h:420: error: conflicting types for
> >> > /usr/include/sys/siginfo.h:287: error: previous declaration
> >> > /usr/include/sys/siginfo.h:424: error: conflicting types for
> >> > /usr/include/sys/siginfo.h:291: error: previous declaration
> >> > /usr/include/sys/siginfo.h:426: error: parse error before '}
> >> > /usr/include/sys/siginfo.h:428: error: parse error before '}
> >> > /usr/include/sys/siginfo.h:432: error: parse error before "k
> >> > /usr/include/sys/siginfo.h:437: error: parse error before '}
> >> > In file included from /usr/include/sys/procset.h:24,
> >> > from /usr/include/sys/wait.h:25,
> >> > from include/apr.h:134,
> >> > from include/apr_pools.h:37,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > common.h:24,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > vate.h:779,
> >> > from passwd/apr_getpass.c:22:
> >> > /usr/include/sys/signal.h:85: error: parse error before "sig
> >> > In file included from include/apr.h:134,
> >> > from include/apr_pools.h:37,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > common.h:24,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > vate.h:779,
> >> > from passwd/apr_getpass.c:22:
> >> > /usr/include/sys/wait.h:86: error: parse error before "sigin
> >> > In file included from include/apr_general.h:33,
> >> > from include/apr_pools.h:39,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > common.h:24,
> >> > from /software/httpd-2.2.6/srclib/apr/inclu
> >> > vate.h:779,
> >> > from passwd/apr_getpass.c:22:
> >> > /usr/include/signal.h:111: error: parse error before "siginf
> >> > /usr/include/signal.h:113: error: parse error before "siginf
> >> > *** Error code 1
> >> > make: Fatal error: Command failed for target `passwd/apr_get
> >> > Current working directory /software/httpd-2.2.6/srclib/apr
> >> > *** Error code 1
> >> > The following command caused the error:
> >> > otarget=3D`echo all-recursive | sed s/-recursive//`; \
> >> > list=3D'random/unix dso/os2 time/unix locks/unix user/unix loc
> >> > rt/unix file_io/unix mmap/unix atomic/unix poll/os2 dso/os39
> >> > eos poll/unix passwd network_io/beos threadproc/os2 network_
> >> > os shmem/unix network_io/unix file_io/os2 dso/aix threadproc
> >> > m/beos dso/unix locks/os2 shmem/os2 memory/unix strings '; \
> >> > for i in $list; do \
> >> > if test -f "$i/Makefile"; then \
> >> > target=3D"$otarget"; \
> >> > echo "Making $target in $i"; \
> >> > if test "$i" =3D "."; then \
> >> > made_local=3Dyes; \
> >> > target=3D"local-$target"; \
> >> > fi; \
> >> > (cd $i && make $target) || exit 1; \
> >> > fi; \
> >> > done; \
> >> > if test "$otarget" =3D "all" && test -z "libapr-1.la e
> >> > "; then \
> >> > made_local=3Dyes; \
> >> > fi; \
> >> > if test "$made_local" !=3D "yes"; then \
> >> > make "local-$otarget" || exit 1; \
> >> > fi
> >> > make: Fatal error: Command failed for target `all-recursive'
> >> > Current working directory /software/httpd-2.2.6/srclib/apr
> >> > *** Error code 1
> >> > The following command caused the error:
> >> > otarget=3D`echo all-recursive|sed s/-recursive//`; \
> >> > list=3D' apr apr-util pcre '; \
> >> > for i in $list; do \
> >> > if test -d "$i"; then \
> >> > target=3D"$otarget"; \
> >> > echo "Making $target in $i"; \
> >> > if test "$i" =3D "."; then \
> >> > made_local=3Dyes; \
> >> > target=3D"local-$target"; \
> >> > fi; \
> >> > (cd $i && make $target) || exit 1; \
> >> > fi; \
> >> > done; \
> >> > if test "$otarget" =3D "all" && test -z ''; then \
> >> > made_local=3Dyes; \
> >> > fi; \
> >> > if test "$made_local" !=3D "yes"; then \
> >> > make "local-$otarget" || exit 1; \
> >> > fi
> >> > make: Fatal error: Command failed for target `all-recursive'
> >> > Current working directory /software/httpd-2.2.6/srclib
> >> > *** Error code 1
> >> > The following command caused the error:
> >> > otarget=3D`echo all-recursive|sed s/-recursive//`; \
> >> > list=3D' srclib os server modules support'; \
> >> > for i in $list; do \
> >> > if test -d "$i"; then \
> >> > target=3D"$otarget"; \
> >> > echo "Making $target in $i"; \
> >> > if test "$i" =3D "."; then \
> >> > made_local=3Dyes; \
> >> > target=3D"local-$target"; \
> >> > fi; \
> >> > (cd $i && make $target) || exit 1; \
> >> > fi; \
> >> > done; \
> >> > if test "$otarget" =3D "all" && test -z 'httpd '; then \
> >> > made_local=3Dyes; \
> >> > fi; \
> >> > if test "$made_local" !=3D "yes"; then \
> >> > make "local-$otarget" || exit 1; \
> >> > fi
> >> > make: Fatal error: Command failed for target `all-recursive'
> >> >
> >> > I have searched for solutions, and attempted many suggestions but
> > nothing s=
> >> > eems to work.
> >> >
> >> > If you could give me any information or help it would be greatly
> > appreciate=
> >> > d.=20
> >> >
> >> > Thanks, Stuart
> >> >
> >> >
> >> > ------------------------------------------------------------------------
> >> > Sounds like? How many syllables? Guess and win prizes with Search
> >> > Charades! <http://www.searchcharades.com>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> The official User-To-User support forum of the Apache HTTP Server Project.
> >> See <URL:http://httpd.apache.org/userslist.html> for more info.
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> " from the digest: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> > 
> > ------------------------------------------------------------------------
> > Sounds like? How many syllables? Guess and win prizes with Search
> > Charades! <http://www.searchcharades.com>
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
Who's friends with who and co-starred in what?
http://www.searchgamesbox.com/celebrityseparation.shtml

Reply via email to