Displaying 20 results from an estimated 80 matches similar to: "Compling Apache 1.3.37 w/mod_ssl on x86_64 fails"
2005 Sep 16
0
CESA-2005:773-01: Important CentOS 2 i386 mod_ssl security update
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:
RHSA-2005:773-01 Important: mod_ssl security update
Files available:
mod_ssl-2.8.12-8.i386.rpm
More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html
The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update
--
John
2002 Sep 16
0
Another OpenSSL Vulnerability -- this one with mod_ssl
http://www.cert.org/advisories/CA-2002-27.html
--
Tom Eastep \ Shorewall - iptables made easy
AIM: tmeastep \ http://www.shorewall.net
ICQ: #60745924 \ teastep@shorewall.net
2006 Jan 22
0
Ajax post to apache2/mod_ssl with client certificates ......
I''m using the text_field_with_auto_complete_helper in one of my forms.
It''s the only input in the form (along with submit button).
I''m deploying with certain parts of site restricted to use https with
client certificates.
Basically whats happening is that the autocomplete dropdown is getting
populated correctly - i select one and it puts it''s value in the
2010 Feb 18
1
ovirt-installer and mod_ssl
Hi, I'm installing ovirt. I've give this command:
# ovirt-installer --help
This installer will configure the ovirt installation based on a series
[..]
mod_ssl package must be removed prior to installing, to remove run: rpm
-e mod_ssl
... but ...
# rpm -e mod_ssl
errore: il pacchetto mod_ssl non ? stato installato
[error: the pakage mod_ssl isn't installed]
Is there a way to
2004 Mar 24
2
Updated httpd fixes dos in mod_ssl and some bugfixes
There is an update to httpd and mod_ssl for CentOS-3.1
https://rhn.redhat.com/errata/RHSA-2004-084.html refers.
Updated files are :-
updates/i386/RPMS/httpd-2.0.46-32.ent.centos.1.i386.rpm
updates/i386/RPMS/httpd-devel-2.0.46-32.ent.centos.1.i386.rpm
updates/i386/RPMS/mod_ssl-2.0.46-32.ent.centos.1.i386.rpm
updates/i386/SRPMS/httpd-2.0.46-32.ent.centos.1.src.rpm
These are available at
2004 Dec 03
0
CentOS-3 errata httpd also includes mod_ssl
the update also includes
updates/i386/RPMS/mod_ssl-2.0.46-44.ent.centos.2.i386.rpm
Lance
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.centos.org/pipermail/centos/attachments/20041203/80ef8817/attachment.sig>
2011 Apr 29
1
mod_ssl?
I just noticed that the mod_ssl package was missing on a 5.x machine
that I thought was approximately like several other that have it - and
don't remember doing anything different. Is there some yum group that
would install httpd without including it?
--
Les Mikesell
lesmikesell at gmail.com
2011 Aug 25
0
mod_gnutls vs mod_ssl on centos 5
hello centos network
I'm trying to set up mod_gnutls
in order to be able to offer more certificates on the same host and
same ip
mod_gnutls the package is placed in centos testing
Does it happen when the update depot
because I am bored of using a package that is not present in the
Official Depository
I started to use this package with multiple encrypted url now I
do everything through 443
2011 Sep 01
2
[LLVMdev] Cross compling with LLVM for MIPS
Hello All,
I am trying to cross compile for MIPS on x86 architecture. I want to do it using LLVM ?
How can I do it ? Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110901/b4e68ea3/attachment.html>
2011 Sep 01
0
[LLVMdev] Cross compling with LLVM for MIPS
Using LLVM+CLANG, you can do something like:
clang -ccc-host-triple mips-unknown-linux -ccc-clang-archs mips ...
On Thu, Sep 1, 2011 at 1:15 PM, janarbek <canarbekmatay at yahoo.com> wrote:
> Hello All,
>
> I am trying to cross compile for MIPS on x86 architecture. I want to do it
> using LLVM ?
> How can I do it ? Thanks in advance.
>
>
>
2011 Sep 01
0
[LLVMdev] Cross compling with LLVM for MIPS
> I have installed LLVM on my machine (ubuntu) a while ago. I think my LLVM version is 2.8. is it supported in 2.8 ? When I install i didn't configure LLVM for mips. Do I have to configure it when I build ?
I don't know what's the default llvm configuration for ubuntu! But you
can check for mips support using "llc --version". Yes, it's supported
in 2.8, although it
2008 Aug 01
3
mod_ssl How To Submission
Hi all,
Firstly a big thank you to everyone who has contributed to the Wiki.
I've gathered a huge amount from this and the CentOS project in
general. I've gone from being a total novice to feeling comfortable
with Linux pretty much thanks to the resources available on the CentOS
site. So thanks!
I recently set up an https site on CentOS 5.2 using a self-signed
certificate.
2007 Nov 02
1
Interaction bug between Puppet CA and mod_ssl
Hello Puppet Users,
I have encountered an interaction problem between the Puppet CA and Apache
mod_ssl, when the Puppet CA configuration files are moved.
By default Puppet CA and the Puppet client share the same location for their
configuration files, $vardir/ssl. If this is changed so that they use
different directories, and Apache mod_ssl is being used like in the Mongrel
configuration, then
2011 Sep 01
2
[LLVMdev] Cross compling with LLVM for MIPS
I have installed LLVM on my machine (ubuntu) a while ago. I think my LLVM version is 2.8. is it supported in 2.8 ? When I install i didn't configure LLVM for mips. Do I have to configure it when I build ?
Thanks in advance. Really appreciate it.
--- On Thu, 9/1/11, Bruno Cardoso Lopes <bruno.cardoso at gmail.com> wrote:
From: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
2002 Mar 26
2
compling C code in R for Windows
I have used Splus 3.4 for UNIX and I have a C file that I compiled using
"Splus COMPILE" and later called with dyn.load() and .C(). It works in Splus.
I want to do the same thing in R, as in just use my .s and .c files and
find the equivalent of "Splus COMPILE". I've ran into lots of problems
trying to do this in Windows so far, so please help!
My questions are:
- Do
2009 Dec 23
0
[LLVMdev] Problem while compling SPEC2000 with llvm-gcc
On 2009-12-23 08:22, Li Shengmei wrote:
>
> Hi, all
>
> I use llvm-gcc –O4 to compile SPEC 2000, some benchmarks
> can’t be built successfully, such as 164.gzip, 175.vpr etc.
>
> The error messages are as follows.
>
>
>
> ……
>
> zh.o unlzw.o unpack.o unzip.o util.o zip.o -o gzip
>
> bits.o: file not recognized: File format not recognized
2009 Dec 23
2
[LLVMdev] Problem while compling SPEC2000 with llvm-gcc
Hi, all
I use llvm-gcc -O4 to compile SPEC 2000, some benchmarks can't be
built successfully, such as 164.gzip, 175.vpr etc.
The error messages are as follows.
..
zh.o unlzw.o unpack.o unzip.o util.o zip.o -o gzip
bits.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
specmake: *** [gzip] Error 1
specmake options 2> options.err |
2004 Jan 11
1
cross compling openssh-3.5p1 for ppc
Greetings:
------------ BACKGROUND --------------------------
I am using the Monta Vista development kit on an Intel RedHat Linux
platform... the target is PPC_405.
The configure utility that comes with the openssh-3.5p1 code will not
support cross compilation. It gives an error message about not being able
to test its results and then exits before it creates a Makefile. To get
around this
2012 Feb 10
3
Everquest 2 and Wine 1.3.37
I've been trying to get EQ2 (Streaming Client version) running on Wine 1.3.37 (Fedora 16) 32-bit. I've followed suggestions in previous posts and have tried everything I've come across. The installer runs and installs, then when the installer tries to launch the game the SOE splash screen comes up and disappears (LaunchPad.exe crashes) with the error:
err:seh:raise_exception Unhandled
2012 Jan 20
2
No sound in Wine 1.3.37 (tried known solutions already)
Note to admins: Please, read through my whole post this time before deleting it. You will be surprised to find out that I have already tried all solutions detailed in the stickies. If you still think that this topic should be deleted, please be kind enough to notify me why, so that I would know how to proceed about getting help with my problem. Thank you.
I have 64-bit OpenSUSE 12.1 and I have