I upgraded from a remote terminal from ver 9.2 to 10.2 following the instructions from Chapter 23 of the manual. Order was as follows.
I then tried to open a new session from the remote and got this error message Shared object "libcrypto.so.6" not found, required by "libmp.so.7"
Not good! I then tried to login from the computer and the Login Prompt was there so I entered root and hit enter. The following two error messages appeared. I did not get a prompt to enter a password.
Note that at this point I was logged in on the original remote session with
I located the following:
/lib/pam_opie.so
/usr/lib/pam_opie.so
/usr/lib32/pam_opie.so
I get the same error using any of the valid user IDs. I can do a
The only thing that I have found is references to LDAP and cron. I have looked at how pam works and most of it is difficult to understand what my problem is. This is probably something simple. I don't want to start over with a complete install. I have pulling my hair out for a few days.
Anybody have any ideas how to go about getting the Login to work?
Thanks!
Keith
Code:
freebsd-update -r 10.2-RELEASE upgrade
freebsd-update install
shutdown -r now
freebsd-update install
pkg-static upgrade -f
I then tried to open a new session from the remote and got this error message Shared object "libcrypto.so.6" not found, required by "libmp.so.7"
Not good! I then tried to login from the computer and the Login Prompt was there so I entered root and hit enter. The following two error messages appeared. I did not get a prompt to enter a password.
Code:
in openpam_load_module(): no pam_opie.so
pam_start(): system error
su
root and could do anything.I located the following:
/lib/pam_opie.so
/usr/lib/pam_opie.so
/usr/lib32/pam_opie.so
I get the same error using any of the valid user IDs. I can do a
alt ctrl delete
and a reboot occurs and I can boot into a single user mode. When I reboot the system everything that is a remote, Apache, Samba, and Mysql works from a Windows machine. I just can't login to the FreeBSD machine.The only thing that I have found is references to LDAP and cron. I have looked at how pam works and most of it is difficult to understand what my problem is. This is probably something simple. I don't want to start over with a complete install. I have pulling my hair out for a few days.
Anybody have any ideas how to go about getting the Login to work?
Thanks!
Keith
Last edited by a moderator: