tihmstar / usbmuxd2

A socket daemon written in C++ to multiplex connections from and to iOS devices over USB and WIFI
GNU Lesser General Public License v3.0
188 stars 40 forks source link

package requirements(libgeneral >= 39) were not met #21

Closed sweetorange2022 closed 9 months ago

sweetorange2022 commented 1 year ago

when i execute : ./autogen.sh ,happen the error: checking for libgeneral... no configure:error: package requirements(libgeneral >= 39) were not met:

what should i do for it?

KantBStoppd commented 1 year ago

I had the same issue. I ran these commands to fix it

sudo git clone https://github.com/tihmstar/libgeneral.git cd libgeneral sudo ./autogen.sh sudo make sudo make install

sweetorange2022 commented 1 year ago

configure:error: package requirements(libgeneral >= 39) were not met is disapper and i meet other issue: error wifi support requested but no wifi backebd could not be found. what should i do for it?

KantBStoppd commented 1 year ago

Have you installed all of the development packages? Try sudo apt-get install libavahi-client-dev

sweetorange2022 commented 1 year ago

Yes,i do it.and the error still happend

theot99 commented 1 year ago

I am having the same issue on gentoo, even after cloning the libgeneral repository and running the listed commands. any help is appreciated!

onny commented 1 year ago

configure:error: package requirements(libgeneral >= 39) were not met is disapper and i meet other issue: error wifi support requested but no wifi backebd could not be found. what should i do for it?

Please close this issue if your earlier error is resolved and open a new issue

tihmstar commented 9 months ago

Code has undergone a major rewrite since this issue was created.