This is the mail archive of the cygwin@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: httpd


On Thu, 10 Apr 2003, Cant wrote:

> /usr/sbin
> $ ./httpd
> [Thu Apr 10 11:25:17 2003] [warn] Loaded DSO lib/apache/mod_auth_mysql.dll
> uses
> plain Apache 1.3 API, this module might crash under EAPI! (please recompile
> it with -DEAPI)
> Syntax error on line 239 of /etc/apache/httpd.conf:
> Cannot load /usr/lib/apache/libphp4.dll into server: dlopen: Win32 error 193
>
> i dont get it... ];

"net helpmsg 193" returns "193 is not a valid Windows 2000 network message
number." (so you must be running something else).
"grep 193L /usr/include/w32api/winerror.h" returns
"#define ERROR_BAD_EXE_FORMAT 193L"

So, it looks like your DLL is corrupted.  AFAIK, the mod_php4 package runs
the old rebase that corrupts DLLs.  See
<http://cygwin.com/ml/cygwin/2003-04/msg00702.html> for the discussion.
Incidentally, the topic is "apache php4 error: dlopen: Win32 error 193",
and I was able to find it by doing an archive search on "php4 193".  The
archive search function *is* your friend. :-p

> p.s. how can i get sshd to work... i read man... and i just dont get it...

man's not enough.  Read /usr/doc/Cygwin/openssh-*.README
	Igor
-- 
				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


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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