-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Auto configuration failed #15449
Comments
@Aaryan9898 Did you solve the problem, and if so, would you mind sharing the solution? Thanks in advance. |
Yes the following worked for me |
In my case, the line was not commented out. What helped me is:
Debian 10, PhantomJS 2.1.1.
|
I am having the same issue. None of those things worked for me :( |
Just had the same issue a few moments ago. Using I wonder what is causing this as I didn't update any specific packages. Do you have any idea? |
Most probably related to openssl-1.1.1: See https://wiki.debian.org/ContinuousIntegration/TriagingTips/openssl-1.1.1 for more information. On Debian, the problem occurs with versions >= 10 (buster). On Ubuntu LTS with versions >= 20.04. #15449 (comment) should work. |
@JanTrotnow Didn't update any npm packages? OS packages? What operating system? Do you have unattended-upgrades installed? |
The issue should be re-opened until we undertand it and find out, who is responsible for fixing it. Please re-open |
it works ! OPENSSL_CONF=/etc/ssl phantomjs --version |
export OPENSSL_CONF=/etc/ssl |
As far as I can tell, the only reason the above suggestion works is because you're supposed to point |
Now that would be funny. From what I can see I found the solution here. |
Applying fix for Ubuntu 22.04 incompatible OpenSSL version as per: - ariya/phantomjs#15449 - https://stackoverflow.com/questions/53355217/genymotion-throws-libssl-conf-so-cannot-open-shared-object-file-no-such-file-o
Applying fix for Ubuntu 22.04 incompatible OpenSSL version as per: - ariya/phantomjs#15449 - https://stackoverflow.com/questions/53355217/genymotion-throws-libssl-conf-so-cannot-open-shared-object-file-no-such-file-o
Applying fix for Ubuntu 22.04 incompatible OpenSSL version as per: - ariya/phantomjs#15449 - https://stackoverflow.com/questions/53355217/genymotion-throws-libssl-conf-so-cannot-open-shared-object-file-no-such-file-o
Strange, doing either: |
Depending on your OS, you might want to try it with |
I'm using Ubuntu LTS 20.04. I don't know where this configuration is found/done to solve it. Could someone point me there? Is it when installing phantomjs from a terminal? |
You can do the following. It will still work:
Cheers! |
@bdteo What makes them Impish? Looks Focalish to me: |
This works for me on Ubuntu 22.04 |
Just use
Then again
Result
|
Hello i got the following error after runnig the below command
root@kali:/home/kali/Desktop# phantomjs hello.js
Auto configuration failed
140356851656640:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
140356851656640:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
140356851656640:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
140356851656640:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
The text was updated successfully, but these errors were encountered: