Re: httpd doesn't start anymore

filippo Lombardo <[email protected]> Thu, 27 Apr 2006 21:44:59 +0200 (CEST)
Newsgroups gmane.linux.redhat.devel
Message-ID <[email protected]>
--===============2081139458==
Content-Type: multipart/alternative; boundary="0-1500721614-1146167099=:82949"

--0-1500721614-1146167099=:82949
Content-Type: text/plain; charset=iso-8859-1

Hi, thank you for your reply
   
  > I'm not an expert, but I say to you what I'm trying to do, to let you understand > better the whole context.
   
   
  > I'm trying to install GTK+, because I need it to install balsa, my email client 
  > compatible  with the qmail maildir format.
> I already installed freetype-2.1.10, but when I tried the fontconfig installation I > received an error message during  "configure".
> In this error message, configure couldn't find some functions of 
  > freetype-2.1.10.
> Then I thought that maybe I did something wrong during that installation, and > I read again some freetype2 documentation.
> I noticed a statement in which documentation said freetype2 and freetype1 
  > were not compatible.
  
> Unfortunately, I have not any experience with libraries, and decided to erase > libttf.so.2.3.0 and its symlink, which lied in /usr/lib on my system
 
  > ( I reached this conclusion, because I issued this command:
   
  > find / -iname '*libttf.so*' -print
      /usr/lib/libttf.so.2 ----> libttf.so.2.3.0
      /usr/lib/libttf.so.2.3.0
   
  > And those libraries had the date of february 2003, when I installed my 
  > system. )
  
> At the nex reboot of the system, however, httpd complained giving an error 
  > message, and I thought it was related with the erasure of 
  > freetype1 libttf.so.2.3.0.
 
> I thought that if I have put back this library, httpd wouldn't have complained >anymore, and asked the freetype list whether freetype-1.3.1 would have >provided me with the libttf.so.2.3.0.
 
> Having got positive answer, I went on trying the freetype1 installation, and 
  > after having overcome a couple of problems, I got it, but then I received 
  > the error message I described in my previous post.
   
  
 
  On Wed, 26 Apr 2006, filippo Lombardo wrote:

> I got freetype-1.3.1 compiled on my system, which is RH9.
> It provided me with the libraries:
>
> libttf.la
> libttf.so ----> libttf.so.2.2.0
> libttf.so.2 ----> libttf.so.2.2.0
> libttf.so.2.2.0
>
> installed in /usr/lib

Why would you need libtiff 1.3?! Anyway you should have installed 
it in /usr/local/lib.
Probably you have overwritten some libs from the original libtiff 
package. You should have installed a newer libtiff package from a fedora 
legacy repository instead of compiling it manually.

> "Syntax error on line 6 of /etc/httpd/conf.d/php.conf
> Cannot load /etc/httpd/modules/libphp4.so into server:
> /usr/local/lib/libfreetype.so.6 undefined symbol: otvalid_module_class"
>
> Line 6 of /etc/httpd/conf.d/php.conf looks like this:
> "LoadModule php4_module modules/libphp4.so"

run the following command:
ldd /usr/lib/httpd/modules/libphp4.so
and see what dependency is broken, maybe you can restore it by 
modifying a symlink or something.
Probably you should better download a newer libtiff package and 
rebuild php src.rpm package against it (or even download a compatible php 
package),
   
  > Could you kindly explain to me what the package "php src.rpm" is ?
  > I know that there are some files ending with the extension ".src.rpm", but I  
  > don't understand the relationship with this file "php": what is that ?
> I'll try the command you suggest.

   
  A lot of thanks for your kindness
   
  My best regards
   
   
   
Any views or opinions presented within this e-mail are solely those of
the author and do not necessarily represent those of any company, unless
otherwise expressly stated.

_______________________________________________
Redhat-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/redhat-devel-list



Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 
--0-1500721614-1146167099=:82949
Content-Type: text/html; charset=iso-8859-1

<DIV>Hi, thank you for your reply</DIV>  <DIV>&nbsp;</DIV>  <DIV>&gt; I'm not an expert, but I say to you what I'm trying to do, to let you understand &gt; better the whole context.</DIV>  <DIV>&nbsp;</DIV>  <DIV>&nbsp;</DIV>  <DIV>&gt; I'm trying to install GTK+, because I need it to install balsa, my email client </DIV>  <DIV>&gt; compatible&nbsp; with the qmail maildir format.<BR>&gt; I already installed freetype-2.1.10, but when I tried the fontconfig installation&nbsp;I &gt; received an error message during&nbsp; "configure".<BR>&gt; In this error message, configure couldn't find some functions of </DIV>  <DIV>&gt; freetype-2.1.10.<BR>&gt; Then I thought that maybe I did something wrong during that installation, and &gt; I read again some freetype2 documentation.<BR>&gt; I noticed a statement in which documentation said freetype2 and freetype1 </DIV>  <DIV>&gt; were not compatible.<
 /DIV>  <DIV><BR>&gt; Unfortunately, I have not any experience with libraries, and
 decided to erase &gt; libttf.so.2.3.0 and its symlink, which lied in /usr/lib on my system<BR>&nbsp;</DIV>  <DIV>&gt; ( I reached this conclusion, because I issued this command:</DIV>  <DIV>&nbsp;</DIV>  <DIV><STRONG>&gt; find / -iname '*libttf.so*' -print</STRONG></DIV>  <DIV>&nbsp;&nbsp;&nbsp; /usr/lib/libttf.so.2 ----&gt; libttf.so.2.3.0</DIV>  <DIV>&nbsp;&nbsp;&nbsp; /usr/lib/libttf.so.2.3.0</DIV>  <DIV>&nbsp;</DIV>  <DIV>&gt; And those libraries had the date of february 2003, when I installed my </DIV>  <DIV>&gt; system. )</DIV>  <DIV><BR>&gt; At the nex reboot of the system, however, httpd complained giving an error&nbsp;</DIV>  <DIV>&gt; message, and I thought it was related with the erasure of&nbsp;</DIV>  <DIV>&gt; freetype1&nbsp;libttf.so.2.3.0.<BR>&nbsp;<BR>&gt; I thought that if I have put back this library, httpd wouldn't have complained &gt;anymore, and asked&nbsp;the free
 type list&nbsp;whether freetype-1.3.1 would have &gt;provided me with the
 libttf.so.2.3.0.<BR>&nbsp;<BR>&gt; Having got positive answer, I went on trying the freetype1 installation, and&nbsp;</DIV>  <DIV>&gt; after having overcome a couple of problems, I got it, but then I received&nbsp;</DIV>  <DIV>&gt; the&nbsp;error message I described in my previous post.</DIV>  <DIV>&nbsp;</DIV>  <DIV><BR>&nbsp;</DIV>  <DIV>On Wed, 26 Apr 2006, filippo Lombardo wrote:<BR><BR>&gt; I got freetype-1.3.1 compiled on my system, which is RH9.<BR>&gt; It provided me with the libraries:<BR>&gt;<BR>&gt; libttf.la<BR>&gt; libttf.so ----&gt; libttf.so.2.2.0<BR>&gt; libttf.so.2 ----&gt; libttf.so.2.2.0<BR>&gt; libttf.so.2.2.0<BR>&gt;<BR>&gt; installed in /usr/lib<BR><BR>Why would you need libtiff 1.3?! Anyway you should have installed <BR>it in /usr/local/lib.<BR>Probably you have overwritten some libs from the original libtiff <BR>package. You should have installed a newer libtiff 
 package from a fedora <BR>legacy repository instead of compiling it
 manually.<BR><BR>&gt; "Syntax error on line 6 of /etc/httpd/conf.d/php.conf<BR>&gt; Cannot load /etc/httpd/modules/libphp4.so into server:<BR>&gt; /usr/local/lib/libfreetype.so.6 undefined symbol: otvalid_module_class"<BR>&gt;<BR>&gt; Line 6 of /etc/httpd/conf.d/php.conf looks like this:<BR>&gt; "LoadModule php4_module modules/libphp4.so"<BR><BR>run the following command:<BR>ldd /usr/lib/httpd/modules/libphp4.so<BR>and see what dependency is broken, maybe you can restore it by <BR>modifying a symlink or something.<BR>Probably you should better download a newer libtiff package and <BR>rebuild php src.rpm package against it (or even download a compatible php <BR>package),</DIV>  <DIV>&nbsp;</DIV>  <DIV>&gt; Could you kindly explain to me what the package "php src.rpm" is ?</DIV>  <DIV>&gt; I know that there are some files ending with the extension ".src.rpm", but I&nbsp; </DIV>  <DIV>&gt;
  don't understand the relationship with this file "php": what is that ?<BR>&gt; I'll try
 the command you suggest.<BR></DIV>  <DIV>&nbsp;</DIV>  <DIV>A lot of thanks for your kindness</DIV>  <DIV>&nbsp;</DIV>  <DIV>My best regards</DIV>  <DIV>&nbsp;</DIV>  <DIV>&nbsp;</DIV>  <DIV>&nbsp;<BR>Any views or opinions presented within this e-mail are solely those of<BR>the author and do not necessarily represent those of any company, unless<BR>otherwise expressly stated.<BR><BR>_______________________________________________<BR>Redhat-devel-list mailing list<BR>[email protected]<BR>https://www.redhat.com/mailman/listinfo/redhat-devel-list<BR><BR></DIV><p>Chiacchiera con i tuoi amici in tempo reale! <br> http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 
--0-1500721614-1146167099=:82949--


--===============2081139458==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Redhat-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/redhat-devel-list
--===============2081139458==--