0

While I am installing httpd-2.4.18 on non stop hp, I am not able to create .so file in modules. It creates only .a file. But .so file is required in httpd.conf. How to create .so file ?

hemant
  • 1
  • 1
  • Please edit the question and show the steps you're following to do so. Otherwise, the only possible answer is a copy of the complete documentation you could Google yourself. – Álvaro González Apr 12 '16 at 09:13

1 Answers1

0

Make sure that you are using the SHARED pragma (assuming you are coding in C or C++) to make a DLL. I think that corresponds to your ".so" file.

Andy Simpson
  • 367
  • 2
  • 6