You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lance Gentle <Lg...@abacusdata.com.au> on 2002/02/12 05:15:58 UTC

cannot open values-Xa.o: No such file or directory

Hi,

I am trying to compile Apache 1.3.23 on my Solaris 7 Server and I get the following error:


# ./Configure
Using config file: Configuration
Creating Makefile
+ configured for Solaris 270 platform
+ setting C compiler to gcc
+ setting C pre-processor to NOT-AVAILABLE
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc. 

======== Error Output for sanity check ========
cd ..; gcc -DSOLARIS2=270 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED -o helpers/dummy helpers/dummy.c -lsocket -lnsl -lpthread
/usr/local/bin/ld: cannot open values-Xa.o: No such file or directory
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============

Aborting!

My Environment variables are as follows:

AB_CARDCATALOG=/usr/dt/share/answerbooks/en_AU/ab_cardcatalog
DISPLAY=:0.0
DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
DTHELPSEARCHPATH=//.dt/help/root-ADSSUN-0/%H://.dt/help/root-ADSSUN-0/%H.sdl://.dt/help/root-ADSSUN-0/%H.hv://.dt/help/%H://.dt/help/%H.sdl://.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv
DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank
DTSOURCEPROFILE=true
DTUSERSESSION=root-ADSSUN-0
DTXSERVERLOCATION=local
EDITOR=/usr/dt/bin/dtpad
HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
HOME=/
LANG=en_AU
LC_COLLATE=en_AU
LC_CTYPE=en_AU
LC_MESSAGES=C
LC_MONETARY=en_AU
LC_NUMERIC=en_AU
LC_TIME=en_AU
LOGNAME=root
MAIL=/var/mail/root
MANPATH=/usr/dt/man:/usr/man:/usr/openwin/share/man
OPENWINHOME=/usr/openwin
PATH=/usr/dt/bin:/usr/openwin/bin:/bin:/usr/bin:/usr/ucb:/usr/sbin:/usr/css/bin:/usr/local/bin
PWD=/
SESSION_SVR=ADSSUN
SHELL=/sbin/sh
TERM=dtterm
TERMINAL_EMULATOR=dtterm
TZ=Australia/Queensland
USER=root
WINDOWID=79691785
XFILESEARCHPATH=/usr/openwin/lib/locale/%L/%T/%N%S:/usr/openwin/lib/%T/%N%S
XMBINDDIR=/usr/dt/lib/bindings
XMICONBMSEARCHPATH=//.dt/icons/%B%M.bm://.dt/icons/%B%M.pm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B
XMICONSEARCHPATH=//.dt/icons/%B%M.pm://.dt/icons/%B%M.bm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B
_=/usr/dt/bin/sdt_shell
dtstart_sessionlogfile=/dev/null

If you could assist in pointing me in the right direction it would be appreciated.




Regards

Lance Gentle
(Development Team Leader)
PH: +61 7 3374 4266
Fax: +61 7 3374 4277
www.abacusdata.com.au

COMMUNICATION
This e-mail and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to whom it is
addressed. This communication may contain material protected by
vendor-client privilege. If you are not the intended recipient or the
person responsible for delivering the e-mail to the intended recipient,
be advised that you have received this e-mail in error and that any
use, dissemination, forwarding, printing, or copying of this e-mail and
any file attachments is strictly prohibited. If you have received this
e-mail in error, please immediately notify us by telephone at
+61 7 3374 4266 or by reply e-mail to the sender. You must destroy the
original transmission and its contents. You will be reimbursed for
reasonable costs incurred in notifying us.


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: cannot open values-Xa.o: No such file or directory

Posted by Lee Fellows <lf...@4lane.com>.
On 12 Feb 2002 14:15:58 +1000, Lance Gentle wrote:
> Hi,
> 
> I am trying to compile Apache 1.3.23 on my Solaris 7 Server and I get the following error:
> 
> 
> # ./Configure
> Using config file: Configuration
> Creating Makefile
> + configured for Solaris 270 platform
> + setting C compiler to gcc
> + setting C pre-processor to NOT-AVAILABLE

  Not positive, but this "setting C pre-processor to NOT-AVAILABLE" is 
  a problem.  

> + checking for system header files
> + adding selected modules
> + using builtin Expat
> + checking sizeof various data types
> + doing sanity check on compiler and options
> ** A test compilation with your Makefile configuration
> ** failed. The below error output from the compilation
> ** test will give you an idea what is failing. Note that
> ** Apache requires an ANSI C Compiler, such as gcc. 
> 
> ======== Error Output for sanity check ========
> cd ..; gcc -DSOLARIS2=270 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED -o helpers/dummy helpers/dummy.c -lsocket -lnsl -lpthread
> /usr/local/bin/ld: cannot open values-Xa.o: No such file or directory
> collect2: ld returned 1 exit status
> make: *** [dummy] Error 1
> ============= End of Error Report =============
> 
> Aborting!
> 
> My Environment variables are as follows:
> 
> AB_CARDCATALOG=/usr/dt/share/answerbooks/en_AU/ab_cardcatalog
> DISPLAY=:0.0
> DTAPPSEARCHPATH=//.dt/appmanager:/usr/dt/appconfig/appmanager/%L:/usr/dt/appconfig/appmanager/C
> DTDATABASESEARCHPATH=//.dt/types,/usr/dt/appconfig/types/%L,/usr/dt/appconfig/types/C
> DTHELPSEARCHPATH=//.dt/help/root-ADSSUN-0/%H://.dt/help/root-ADSSUN-0/%H.sdl://.dt/help/root-ADSSUN-0/%H.hv://.dt/help/%H://.dt/help/%H.sdl://.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv
> DTSCREENSAVERLIST=StartDtscreenSwarm StartDtscreenQix StartDtscreenFlame StartDtscreenHop StartDtscreenImage StartDtscreenLife StartDtscreenRotor StartDtscreenPyro StartDtscreenWorm StartDtscreenBlank
> DTSOURCEPROFILE=true
> DTUSERSESSION=root-ADSSUN-0
> DTXSERVERLOCATION=local
> EDITOR=/usr/dt/bin/dtpad
> HELPPATH=/usr/openwin/lib/locale:/usr/openwin/lib/help
> HOME=/
> LANG=en_AU
> LC_COLLATE=en_AU
> LC_CTYPE=en_AU
> LC_MESSAGES=C
> LC_MONETARY=en_AU
> LC_NUMERIC=en_AU
> LC_TIME=en_AU
> LOGNAME=root
> MAIL=/var/mail/root
> MANPATH=/usr/dt/man:/usr/man:/usr/openwin/share/man
> OPENWINHOME=/usr/openwin
> PATH=/usr/dt/bin:/usr/openwin/bin:/bin:/usr/bin:/usr/ucb:/usr/sbin:/usr/css/bin:/usr/local/bin

  If gcc is installed in /usr/local/bin, you need to get this into your
  path ahead of /usr/ucb and /usr/ccs/bin (I note that the above path
  says /usr/css/bin but such a directory does not exist on standard Solaris 7)

> PWD=/
> SESSION_SVR=ADSSUN
> SHELL=/sbin/sh
> TERM=dtterm
> TERMINAL_EMULATOR=dtterm
> TZ=Australia/Queensland
> USER=root
> WINDOWID=79691785
> XFILESEARCHPATH=/usr/openwin/lib/locale/%L/%T/%N%S:/usr/openwin/lib/%T/%N%S
> XMBINDDIR=/usr/dt/lib/bindings
> XMICONBMSEARCHPATH=//.dt/icons/%B%M.bm://.dt/icons/%B%M.pm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B
> XMICONSEARCHPATH=//.dt/icons/%B%M.pm://.dt/icons/%B%M.bm://.dt/icons/%B:/usr/dt/appconfig/icons/%L/%B%M.pm:/usr/dt/appconfig/icons/%L/%B%M.bm:/usr/dt/appconfig/icons/%L/%B:/usr/dt/appconfig/icons/C/%B%M.pm:/usr/dt/appconfig/icons/C/%B%M.bm:/usr/dt/appconfig/icons/C/%B
> _=/usr/dt/bin/sdt_shell
> dtstart_sessionlogfile=/dev/null
> 
> If you could assist in pointing me in the right direction it would be appreciated.
> 
> 
> 
> 
> Regards
> 
> Lance Gentle
> (Development Team Leader)
> PH: +61 7 3374 4266
> Fax: +61 7 3374 4277
> www.abacusdata.com.au
> 
> COMMUNICATION
> This e-mail and any files transmitted with it are confidential and are
> intended solely for the use of the individual or entity to whom it is
> addressed. This communication may contain material protected by
> vendor-client privilege. If you are not the intended recipient or the
> person responsible for delivering the e-mail to the intended recipient,
> be advised that you have received this e-mail in error and that any
> use, dissemination, forwarding, printing, or copying of this e-mail and
> any file attachments is strictly prohibited. If you have received this
> e-mail in error, please immediately notify us by telephone at
> +61 7 3374 4266 or by reply e-mail to the sender. You must destroy the
> original transmission and its contents. You will be reimbursed for
> reasonable costs incurred in notifying us.
> 
> 
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
HTH



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org