project2021-code

Results 6 comments of project2021-code

I have the similar problem in FreeBSD. `./configure` ``` checking for libsmbclient support... yes, shared checking for libsmbclient.h in default paths... not found configure: error: Could not find libsmbclient.h root@test1:/tmp/php-ext/ext/smbclient...

Found the solution, for FreeBSD, please refer to the Makefile in the Ports. You need to use `--with-libsmbclient` to specific the Local Base Directory and `CPPFLAGS` & `LDFLAGS` to specific...

After some trials, I solved the issue in some instances (some minor error exists). Built Python3.11.4 and fail2ban from Port. Use pkg to install node instead of the compile version...

I try to use a debian LXC to install ERPNext and find the same issue... ``` frappe@ERPNext:~/frappe-bench$ sudo bench setup production frappe Setting Up prerequisites... Setting Up supervisor... supervisor.conf already...

It seems that it is a problem in Python. The script cannot find the `path`. In my case it is `nginx` path (FreeBSD).