Thread: Linking Apache Server Source Code

  1. #1
    edwardtisdale
    Guest

    Question Linking Apache Server Source Code

    Can anyone help me with this error message? Is this DLL normally not found in this version of Apache (2.0.36)? Meanwhile I will be looking at older stable versions and
    checking anything in the readme or documentation.

    The dynamic Link Library libapr.dll could not be found in the specified path
    D:\Apache\Source\httpd-2.0.36\Release;.;F:WINNT\Sy
    stem32;F:\WINNT\system;F:\WINNT;D:\DevDtudio\Share dIDE\BIN\;D:\Perl\bin\;F:\WINNT\system32;F:\WINNT
    ;F:\WINNT\System32\Wbem;F:\MSSQL7\BINN;d:\devst
    udio\sharedide\bin\ide;d:\devstudio\sharedide\bin; d:\d
    evstudio\vc\bin.

    (I will also post this on my home page www.edwardtisdale.com)

    I need any tips on linking in some actual servlets.

  2. #2
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    Service conflicting errors. Windows NT is trying to run two services (http) under the same process token. BAD. Something is wrong with either httpd.conf or your windows service setup.
    May I suggest a solution?

    Run apache on Linux!
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  3. #3
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    oh and you probably don't have that dll or the dll is either out of date or two recent for apache to recognize its routines or whatever.

    These are all possible causes but the problem is mainly WINDOWS running a Linux Native Service (Apache was made for Linux not windows but was merely ported to windows)
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Documenting Source Code
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-04-2008, 12:18 PM
  2. DxEngine source code
    By Sang-drax in forum Game Programming
    Replies: 5
    Last Post: 06-26-2003, 05:50 PM
  3. Lines from Unix's source code have been copied into the heart of Linux????
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-19-2003, 03:50 PM
  4. Source Code Beautifier
    By Hammer in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-05-2002, 09:21 PM
  5. C source code for int25 or code help
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 09-26-2001, 02:04 AM