Similar Threads:
1.3.9, 4.0 install problem and solution: wd0 not configured error during newfs but fdisk, disklabel works
I boot from floppy and install progresses well until newfs tries to
format the partition/slice I created using fdisk and disklabel. Both
fdisk and disklabel seem to write to the drive, but newfs cannot -
error message is device not configured. The exact same thing seems to
happen on 3.9. Any ideas?
This is on a Dell Precision 350 desktop. The drive is a SATA drive
connected using a Promise PDC20375 card. I have tried using a different
port on the card: same problem.
I am glad I tried a few things before posting this. Solution follows.
So this post morphs into the solution as well.
This was a fresh drive and I used fdisk to clean the partition table
and create a new openBSD A6 partition and wrote this to disk. This went
well. Then disklabel automagically came up and saw this and
autoconfigured 'a' to be the same size as the one fdisk created. When I
say save and go, the error occurs: Cant mount, not configured.
Fix: In disklabel, delete 'a', then add 'a' . This time, questions are
asked about the filesystem and mount point. After writing this
disklabel, newfs and mount work and the install continues.
Hope this helps, .... someone . : )
2.Compile/Configure Apache 1.3.31 problem without error message
Hello out there!
I am trying to compile the recent Apache HTTPD 1.3.31 on my small home
server (Athlon 750 MHz, 512 MB RAM, 8 GB HDD).
My problem is: Every simple ./configure (with none, more or less
parameters) is broken down at the sanity check without any visible
error message as you can see at most compile problems.
I tried it with SuSE 9.1 and with Fedora Core 2, always the same
result.
Googling about it for 2 days, but I found nothing. Everyone with
compile problems seems to have more or less a kind of error message
here (like make not found, gcc error message). When I enter - just for
fun - the compile command for dummy.c on my own, GCC works and ends,
without any message.
I hope somebody can help me because I think this problem cannot be too
hard as the compiled Apache and other things at work on other machines
so often.
Here you see what I got on my last try (Fedora Core 2):
root@zoolserver apache_1.3.31]# ./configure
--prefix=/server/apache/1.3-branch
Configuring for Apache, Version 1.3.31
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ 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 -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
-DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm
============= End of Error Report =============
Aborting!
As already told, the result with other parameters or on SuSE 9.1 is
the same.
Thanks in advance and best regards,
- Marc Speauw
3.Problem configuring Apache 2.0 on Mandrake 10.1 (fresh rpm install)
4.Problem with Configuring ssl on Apache 2.0.50
System Config
MandrakeLinux 9.0
Apache/2.0.50 (Unix) mod_ssl/2.0.50
OpenSSL/0.9.6i
PHP/4.3.6 Server
when hit with a browser get
the CA is expired 1/7/2004 (Verisign)
The intermediate.crt shows valid until 2011
If I load the intermediate.crt on the windows machine.
it then works OK.
I shouldn't have to do this for every browser that hits my server.
What is configured wrong.
my server is tims.telehouse.com
I tried to start with directive
SSLCertificateChainFile /www/ssl/intermediate.crt
My .conf file follows
------------ ssl.conf ------------------
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
<IfDefine SSL>
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache dbm:logs/ssl_scache
SSLSessionCacheTimeout 300
SSLMutex file:logs/ssl_mutex
<VirtualHost _default_:443>
DocumentRoot "/www/htdocs"
ServerName tims.telehouse.com:443
ServerAdmin XXXX@XXXXX.COM
ErrorLog logs/error_log
TransferLog logs/access_log
SSLEngine on
SSLProtocol -all +SSLv2
SSLCipherSuite SSLv2:+HIGH:+MEDIUM:+LOW:+EXP
## SSLCertificateChainFile /www/ssl/intermediate.crt
SSLCACertificateFile /www/ssl/intermediate.crt
SSLCertificateFile /www/ssl/server.crt
SSLCertificateKeyFile /www/ssl/server.key
HostnameLookups On
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/www/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
</IfDefine>
5.compile and exucute during autotool configure script
Hi NG,
I am trying to write a library, which can be configured in different
ways using the autoconf configure script. Based on this configuration I
want to make a table with some precomputed values. These values will
always be the same for a specific configuration, so I want to make the
table static const. But to do this I need to have it in a .c or .h file
and compile it with the rest of the code.
I want to do this by compiling a program and execute it during the
configure run, and use it's output as an include file for another piece
of my code. I think something like this should be possible, but I just
can't figure out how and where to start.
Can anyone please help me or point me in the right direction?
Thanks,
Mark
--
<<Remove the del for email>>
6. Apache 1.3.27 upgrade to 1.3.33 need SSL configured
7. Apache and configuring cgi_bin for each user
8. Configuring Apache (RewriteRule and ScriptAliasMatch)