This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: apache php4 error: dlopen: Win32 error 193


On Wed, 9 Apr 2003, Christopher Faylor wrote:

> On Wed, Apr 09, 2003 at 09:42:21AM -0400, Jason Tishler wrote:
> >Stipe,
> >
> >I prefer to discuss this publically.
> >
> >On Tue, Apr 08, 2003 at 10:57:17PM +0200, Stipe Tolj wrote:
> >> Jason. I take my work as apache maintainer serious, believe me. But
> >> I'm definetly blocked up to next week end.
> >
> >I indicated that I would be patient in the attached.  However, I'm
> >starting to loose my patience after two months:
> >
> >    http://cygwin.com/ml/cygwin-apps/2003-02/msg00069.html
> >
> >> BTW, Gerrit is working also on the connection hanging problem. He
> >> described it also as "wired thing". So we *are* rolling! Just give us
> >> some more time.
> >
> >See the following:
> >
> >    http://cygwin.com/ml/cygwin-apps/2003-04/msg00174.html
>
> I don't feel comfortable making the amount of surgery required for
> the mod_php postinstall script.  So, unless there's some traction
> here, I'll just remove the package.
>
> If someone wants to send a patch to the postinstall script, I'll
> apply that and repackage mod_php4.
>
> cgf

Chris,

The patch below should do it until the next update, along with a note
somewhere that rebase should be installed and rebaseall run...  Stipe?
	Igor

--------------CUT--------------
--- mod_php4.sh-orig    2003-04-09 12:37:04.000000000 -0400
+++ mod_php4.sh 2003-04-09 12:37:00.000000000 -0400
@@ -4,8 +4,6 @@ module_dll=libphp4.dll
 prefix=/usr
 confdir=/etc
 libdir=${prefix}/lib/apache
-rebase_dlls="${libdir}/${module_dll} ${prefix}/bin/cygbz21.0.dll ${prefix}/bin/cygcrypto.dll ${prefix}/bin/cygintl-1.dll ${prefix}/bin/pq.dll ${prefix}/bin/cygxml2-2.dll ${prefix}/bin/cygz.dll"
 cd ${libdir}/new
 ${prefix}/sbin/apxs -i -a -n ${module} ${module_dll}
-${libdir}/new/rebase -d -b 0x68000000 -o 0x10000 ${rebase_dlls}
-rm -f ${libdir}/new/${module_dll}
+/bin/mv -f ${libdir}/new/${module_dll} ${libdir}/${module_dll}
--------------CUT--------------

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha at cs dot nyu dot edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor at watson dot ibm dot com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Knowledge is an unending adventure at the edge of uncertainty.
  -- Leto II


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]