GithubHelp home page GithubHelp logo

Comments (4)

wongsyrone avatar wongsyrone commented on August 31, 2024

缺少 libevent2 相关的头文件,我的包是没问题的,不知道编译了多少回,看看 -I 和 -L 指定的参数吧

from redsocks.

conupefox avatar conupefox commented on August 31, 2024

已经装了libevent2的库,还要怎样弄? ubuntu14.04lts

ls -al /usr/lib |grep libevent
lrwxrwxrwx 1 root root 21 9月 16 2011 libevent-1.4.so.2 -> libevent-1.4.so.2.2.0
-rw-r--r-- 1 root root 105048 9月 16 2011 libevent-1.4.so.2.2.0
lrwxrwxrwx 1 root root 21 10月 15 09:40 libevent-2.0.so.5 -> libevent-2.0.so.5.1.9
-rwxr-xr-x 1 root root 1198357 10月 15 09:40 libevent-2.0.so.5.1.9
-rw-r--r-- 1 root root 2315392 10月 15 09:40 libevent.a
lrwxrwxrwx 1 root root 26 9月 16 2011 libevent_core-1.4.so.2 -> libevent_core-1.4.so.2.2.0
-rw-r--r-- 1 root root 43296 9月 16 2011 libevent_core-1.4.so.2.2.0
lrwxrwxrwx 1 root root 26 10月 15 09:40 libevent_core-2.0.so.5 -> libevent_core-2.0.so.5.1.9
-rwxr-xr-x 1 root root 717068 10月 15 09:40 libevent_core-2.0.so.5.1.9
-rw-r--r-- 1 root root 1438280 10月 15 09:40 libevent_core.a
-rwxr-xr-x 1 root root 974 10月 15 09:40 libevent_core.la
lrwxrwxrwx 1 root root 26 10月 15 09:40 libevent_core.so -> libevent_core-2.0.so.5.1.9
lrwxrwxrwx 1 root root 27 9月 16 2011 libevent_extra-1.4.so.2 -> libevent_extra-1.4.so.2.2.0
-rw-r--r-- 1 root root 84672 9月 16 2011 libevent_extra-1.4.so.2.2.0
lrwxrwxrwx 1 root root 27 10月 15 09:40 libevent_extra-2.0.so.5 -> libevent_extra-2.0.so.5.1.9
-rwxr-xr-x 1 root root 507631 10月 15 09:40 libevent_extra-2.0.so.5.1.9
-rw-r--r-- 1 root root 877184 10月 15 09:40 libevent_extra.a
-rwxr-xr-x 1 root root 981 10月 15 09:40 libevent_extra.la
lrwxrwxrwx 1 root root 27 10月 15 09:40 libevent_extra.so -> libevent_extra-2.0.so.5.1.9
-rwxr-xr-x 1 root root 939 10月 15 09:40 libevent.la
lrwxrwxrwx 1 root root 29 10月 15 09:40 libevent_openssl-2.0.so.5 -> libevent_openssl-2.0.so.5.1.9
-rwxr-xr-x 1 root root 106366 10月 15 09:40 libevent_openssl-2.0.so.5.1.9
-rw-r--r-- 1 root root 195788 10月 15 09:40 libevent_openssl.a
-rwxr-xr-x 1 root root 1010 10月 15 09:40 libevent_openssl.la
lrwxrwxrwx 1 root root 29 10月 15 09:40 libevent_openssl.so -> libevent_openssl-2.0.so.5.1.9
lrwxrwxrwx 1 root root 30 10月 15 09:40 libevent_pthreads-2.0.so.5 -> libevent_pthreads-2.0.so.5.1.9
-rwxr-xr-x 1 root root 23987 10月 15 09:40 libevent_pthreads-2.0.so.5.1.9
-rw-r--r-- 1 root root 21990 10月 15 09:40 libevent_pthreads.a
-rwxr-xr-x 1 root root 1002 10月 15 09:40 libevent_pthreads.la
lrwxrwxrwx 1 root root 30 10月 15 09:40 libevent_pthreads.so -> libevent_pthreads-2.0.so.5.1.9
lrwxrwxrwx 1 root root 21 10月 15 09:40 libevent.so -> libevent-2.0.so.5.1.9

from redsocks.

semigodking avatar semigodking commented on August 31, 2024

还要安 openssl-dev
2015年10月15日 上午9:43,"conupefox" [email protected]写道:

已经装了libevent2的库,还要怎样弄? ubuntu14.04lts

ls -al /usr/lib |grep libevent
lrwxrwxrwx 1 root root 21 9月 16 2011 libevent-1.4.so.2 ->
libevent-1.4.so.2.2.0
-rw-r--r-- 1 root root 105048 9月 16 2011 libevent-1.4.so.2.2.0
lrwxrwxrwx 1 root root 21 10月 15 09:40 libevent-2.0.so.5 ->
libevent-2.0.so.5.1.9
-rwxr-xr-x 1 root root 1198357 10月 15 09:40 libevent-2.0.so.5.1.9
-rw-r--r-- 1 root root 2315392 10月 15 09:40 libevent.a
lrwxrwxrwx 1 root root 26 9月 16 2011 libevent_core-1.4.so.2 ->
libevent_core-1.4.so.2.2.0
-rw-r--r-- 1 root root 43296 9月 16 2011 libevent_core-1.4.so.2.2.0
lrwxrwxrwx 1 root root 26 10月 15 09:40 libevent_core-2.0.so.5 ->
libevent_core-2.0.so.5.1.9
-rwxr-xr-x 1 root root 717068 10月 15 09:40 libevent_core-2.0.so.5.1.9
-rw-r--r-- 1 root root 1438280 10月 15 09:40 libevent_core.a
-rwxr-xr-x 1 root root 974 10月 15 09:40 libevent_core.la
lrwxrwxrwx 1 root root 26 10月 15 09:40 libevent_core.so ->
libevent_core-2.0.so.5.1.9
lrwxrwxrwx 1 root root 27 9月 16 2011 libevent_extra-1.4.so.2 ->
libevent_extra-1.4.so.2.2.0
-rw-r--r-- 1 root root 84672 9月 16 2011 libevent_extra-1.4.so.2.2.0
lrwxrwxrwx 1 root root 27 10月 15 09:40 libevent_extra-2.0.so.5 ->
libevent_extra-2.0.so.5.1.9
-rwxr-xr-x 1 root root 507631 10月 15 09:40 libevent_extra-2.0.so.5.1.9
-rw-r--r-- 1 root root 877184 10月 15 09:40 libevent_extra.a
-rwxr-xr-x 1 root root 981 10月 15 09:40 libevent_extra.la
lrwxrwxrwx 1 root root 27 10月 15 09:40 libevent_extra.so ->
libevent_extra-2.0.so.5.1.9
-rwxr-xr-x 1 root root 939 10月 15 09:40 libevent.la
lrwxrwxrwx 1 root root 29 10月 15 09:40 libevent_openssl-2.0.so.5 ->
libevent_openssl-2.0.so.5.1.9
-rwxr-xr-x 1 root root 106366 10月 15 09:40 libevent_openssl-2.0.so.5.1.9
-rw-r--r-- 1 root root 195788 10月 15 09:40 libevent_openssl.a
-rwxr-xr-x 1 root root 1010 10月 15 09:40 libevent_openssl.la
lrwxrwxrwx 1 root root 29 10月 15 09:40 libevent_openssl.so ->
libevent_openssl-2.0.so.5.1.9
lrwxrwxrwx 1 root root 30 10月 15 09:40 libevent_pthreads-2.0.so.5 ->
libevent_pthreads-2.0.so.5.1.9
-rwxr-xr-x 1 root root 23987 10月 15 09:40 libevent_pthreads-2.0.so.5.1.9
-rw-r--r-- 1 root root 21990 10月 15 09:40 libevent_pthreads.a
-rwxr-xr-x 1 root root 1002 10月 15 09:40 libevent_pthreads.la
lrwxrwxrwx 1 root root 30 10月 15 09:40 libevent_pthreads.so ->
libevent_pthreads-2.0.so.5.1.9
lrwxrwxrwx 1 root root 21 10月 15 09:40 libevent.so -> libevent-2.0.so.5.1.9


Reply to this email directly or view it on GitHub
#23 (comment)
.

from redsocks.

semigodking avatar semigodking commented on August 31, 2024

请仔细阅读wiki上的安装说明

from redsocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.