-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build on Ubuntu? #79
Comments
Hi Mike, Regarding nexus: Regarding error you've got: $ git clone [email protected]:ClusterLabs/pcs-web-ui.git
$ cd pcs-web-ui
$ make build Can you try just this (in some clean temporary directory) and if it fails, send me the full console log? Thanks! |
idevat, Please advice |
Hi Mike, the branch with autotools has been merged in meantime. Now you need to do these steps: $ git clone [email protected]:ClusterLabs/pcs-web-ui.git
$ cd pcs-web-ui
$ ./autogen.sh
$ ./configure
$ make After these steps the directory You can also run $ ./configure --disable-cockpit --with-pcsd-webui-dir=/usr/lib64/pcsd/public/ --with-pcsd-unix-socket=/var/run/pcsd.socket |
hello Idevat,
|
Hi Mike, It seems like you don't have I installed a clean ubuntu 24.04 and the build was successful with the dependencies listed below. $ sudo apt install git autoconf make pkg-config npm $ git clone [email protected]:ClusterLabs/pcs-web-ui.git
$ cd pcs-web-ui
$ ./autogen.sh
$ ./configure
$ make |
I tried to follow the instructions, using init with
make init NEXUS_REPO=false
but when I run themake build
afterwards I get errors, and I can't proceed.Please advise. I don't know what a nexus repo certificate is.
The text was updated successfully, but these errors were encountered: