Posts: 0
Threads: 9
Joined: Jan 2025
Reputation:
0
Hello,
How can I fix this error?
"libgcc_s.so.1 must be installed for pthread_cancel to work"
It came after "apt-get update".
Kind Regards,
Robin
Restored from old drupal forum, for user uid:27631 username:robind99
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jan 2025
Reputation:
0
in the ehcp directory, try this:
cd /var/www/new/ehcp
dpkg -i vsftpd_3.0.2-1ubuntu2.deb
this is caused by the broken vsftp package.
if someone else knows a better solution, let us know.
let me know if this solved your issue.
Restored from old drupal forum, for user uid:27631 username:robind99
You may reset your password to access your new account here.
Posts: 2
Threads: 0
Joined: Jan 2025
Reputation:
0
This is Working in my server Ubuntu server 12.04 please use this solution:
sudo apt-get remove vsftpd
sudo dpkg --remove vsftpd
sudo sed -i 's/chroot_local_user=NO/chroot_local_user=YES/g' /etc/vsftpd.conf
sudo sed -i 's/allow_writeable_chroot=NO/allow_writeable_chroot=YES/g' /etc/vsftpd.conf
sudo sed -i 's/seccomp_sandbox=YES/seccomp_sandbox=NO/g' /etc/vsftpd.conf
wget -N -O "vsftpd_3.0.2-1ubuntu2.deb" http://dinofly.com/files/linux/vsftpd_3.0.2-1ubuntu2_amd64.deb
sudo dpkg -i vsftpd_3.0.2-1ubuntu2.deb
sudo service vsftpd restart
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.