You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
现象:我在一键部署的时候,执行到build im-server这块有报错,报错显示如下:
Nothing to do
tar (child): im-server-.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Error: unzip im-server failed.
./setup.sh: line 112: cd: ./im-server-: No such file or directory
./setup.sh: line 113: ./restart.sh: No such file or directory
./setup.sh: line 114: ./restart.sh: No such file or directory
./setup.sh: line 115: ./restart.sh: No such file or directory
./setup.sh: line 116: ./restart.sh: No such file or directory
./setup.sh: line 117: ./restart.sh: No such file or directory
./setup.sh: line 118: ./restart.sh: No such file or directory
./setup.sh: line 119: ./restart.sh: No such file or directory
./setup.sh: line 120: ./restart.sh: No such file or directory
Error: build im_server failed, stop install.
我没有在im_server目录下有找到压缩包,请问该压缩包从哪里获取呢?
The text was updated successfully, but these errors were encountered:
更新:我在https://github.com/balloonwj/TeamTalk/tree/master/server/src/README.md文件里找到生成im-server-*的压缩包的方法。前提是先执行安装依赖包的脚本。我在执行第二个脚本make_log4cxx.sh时,发现里面的log4xxx的官方下载链接已经更新到12版本,重新找了一个链接下载安装后,有报错,报错显示如下:
checking whether make sets $(MAKE)... (cached) yes
checking whether we are using the GNU C++ compiler... (cached) no
checking whether g++ accepts -g... (cached) no
checking dependency style of g++... (cached) none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See config.log' for more details. make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target install'. Stop.
cp: cannot stat ‘log4cxx/include’: No such file or directory
cp: cannot stat ‘log4cxx/lib/liblog4cxx.so*’: No such file or directory
现象:我在一键部署的时候,执行到build im-server这块有报错,报错显示如下:
Nothing to do
tar (child): im-server-.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Error: unzip im-server failed.
./setup.sh: line 112: cd: ./im-server-: No such file or directory
./setup.sh: line 113: ./restart.sh: No such file or directory
./setup.sh: line 114: ./restart.sh: No such file or directory
./setup.sh: line 115: ./restart.sh: No such file or directory
./setup.sh: line 116: ./restart.sh: No such file or directory
./setup.sh: line 117: ./restart.sh: No such file or directory
./setup.sh: line 118: ./restart.sh: No such file or directory
./setup.sh: line 119: ./restart.sh: No such file or directory
./setup.sh: line 120: ./restart.sh: No such file or directory
Error: build im_server failed, stop install.
我没有在im_server目录下有找到压缩包,请问该压缩包从哪里获取呢?
The text was updated successfully, but these errors were encountered: