symbol lookup error: /lib64/libsndfile.so.1 – 业余语言练习

symbol lookup error: /lib64/libsndfile.so.1

rdesktop: symbol lookup error: /lib64/libsndfile.so.1: 
undefined symbol: lame_encode_buffer_interleaved_ieee_double
methods of the question
用户root
cd /lib64/
ll libsndfile.so.1
cp libsndfile.so.1.0.37 libsndfile.so.1
rdesktop --help
rdesktop: invalid option -- '-'
rdesktop: A Remote Desktop Protocol client.
Version 1.9.0. Copyright (C) 1999-2016 Matthew Chapman et al.
See http://www.rdesktop.org/ for more information.

Usage: rdesktop [options] server[:port]
   -u: user name

用户root115
vim ~/.bash_profile
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib64/libsndfile.so.1
:wq
source ~/.bash_profile
sudo rdesktop --help
rdesktop: invalid option -- '-'
rdesktop: A Remote Desktop Protocol client.
Version 1.9.0. Copyright (C) 1999-2016 Matthew Chapman et al.
See http://www.rdesktop.org/ for more information.

Usage: rdesktop [options] server[:port]
   -u: user name

Published
Categorized as linux

Leave a comment

Your email address will not be published. Required fields are marked *