• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Problems updating license

M

mrzottel

Guest
Hello,

I have some problems with updating my license file. When I try to update it manually in the license manager with "get keys now" (or similar, I have the german version), the center of the screen just turns white.

In the errorlog, the following lines appear:

Code:
Activation request for 'sapp-PPWSE-1' added
/opt/psa/admin/bin/httpsd: relocation error: /lib/tls/libnss_dns.so.2: symbol __res_maybe_init, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Activation request for 'sapp-PPWSE-1' added
/opt/psa/admin/bin/httpsd: relocation error: /lib/tls/libnss_dns.so.2: symbol __res_maybe_init, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

The system is a debian 3.1 stable. I think those problems started arround the time glibc got updated to 2.3.6...

Any suggestions?
 
Ok, I feel quite stupid, answering my own posting just a few minutes after I posted it. But I just solved the problem. As I googled for the problem for quite some time before, I came accross the "restart the webserver" solution. So I did a
Code:
/etc/init.d/psa restart
- without any success. Thus I dropped that solution for me.

Out of boredom while waiting for an answer here, I stopped the psa service with
Code:
/etc/init.d/psa stop
- and restartet it right away with
Code:
/etc/init.d/psa start.

I guess, this did a _real_ restart of the http daemon - the problem was gone ;)

Bye
mrzottel
 
Back
Top