CustomBuild Network Error

adam2020

Verified User
Joined
Mar 3, 2020
Messages
20
Hi Everyone,

I posted in another thread but I don't think anyone is looking at that anymore - so I'm starting fresh.

I'm having a problem with CustomBuild giving me Network Error when opening the CustomBuild page.

So far I have checked:
Code:
php -v

Output:
Code:
PHP 7.1.33 (cli) (built: Mar  4 2020 14:11:04) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies

Also:
Code:
./build php

Everything seemed to run ok - but scrolling back through I noticed this:
Code:
libtool: install: install .libs/libphp7.so /usr/lib/apache/libphp7.so
libtool: install: install .libs/libphp7.lai /usr/lib/apache/libphp7.la
libtool: warning: remember to run 'libtool --finish /usr/local/directadmin/custombuild/php-7.1.33/libs'

I tried to run that command:
Code:
libtool --finish /usr/local/directadmin/custombuild/php-7.1.33/libs

But I got this output:
Code:
libtool: finish: invalid argument `/usr/local/directadmin/custombuild/php-7.1.33/libs'

Not sure what I'm doing wrong...can anyone assist??
 
Back
Top