From: Marten L. <le...@cn...> - 2006-07-31 17:49:58
|
Hello, SOAP::Lite has a lot of confuration options at the installation, but unfortunately they don't seem to work. It doesn't matter if I'm using the long or the short form, I always get errors like that: # perl Makefile.PL --noHTTP-Daemon --noIO-Server Unknown option: nohttp-daemon Unknown option: noio-server I guessd no might want to have an additional dash, but this doesn't work either: # perl Makefile.PL --no-HTTP-Daemon --no-IO-Server Unknown option: no-http-daemon Unknown option: no-io-server [...] For rpm-packing, I would really like to use these options, but I didn't get them to work neither in old releases, nor in the latest release. Any hints? Regards Marten |