Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm trying to install firebird under Linux on a machine where I don't have root access, but install.sh fails with the error "You need to be 'root' user to do this change." How can this be done?
Edit
I also tried building from source:
./configure.sh --prefix=/home/sergei/firebird
make
These go through fine, but then 'make install' gives:
(cd ../gen; ./install/makeInstallImage.sh)
You must be root to build package
Edit
To be clear, I'm only interested in running it in embedded/standalone mode (single process accessing single file), as an SQLite replacement.
short answer, you can't
Firebird full install need to create a Linux user and to activate a service, so it need root access
you can try a fakeroot, a chroot, or as said Jonathan modify the install script.
or you can try to run it in place if is for testing purpose see http://www.ib-aid.com/articles/item111
but what is your goal ?
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last year.
Improve this question
I'm evaluating TestCafe for use on our team and recently installed it on a Mac/OS running Monterrey 12.1 I realized the issue is that the node_modules were nowhere to be found. In typical Windows fashion, I just created a directory on the desktop and installed Testcafe. Apparently, the node modules were not installed or installed elsewhere. Is there a recommended process for installing Testcafe on a mac o/s? I'm running node v16.13.2, testcafe 1.18.3 . I don't typically use macs and had no issues with Testcafe on Windows. Maybe a newbie issue?
There are no specific recommendations for installing testcafe on macOs. Follow instructions - this should be sufficient.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last year.
Improve this question
I was tiring to access files inside /mnt in WSL(Ubuntu). But when I typed ls ./d it gave the following error:
ls: cannot open directory '.': Input/output error
This is happening while using any command in any file of the windows drives, I also typed cd ./d/<any-folder> and it gave the following:
cd: Input/output error: <folder-name>
As pointed here, just go to the PowerShell and run the command wsl.exe --shutdown and restart the WSL.
I don't understand as to why I was getting that error.
But try restarting your device.
It worked for me.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
I use to connect 802.1x network by configuration profiles and install it by system cmd 'profiles' before.But Starting with macOS Big Sur, this cmd cannot be used to install configuration profiles. User should add profiles using the System Preferences panel.
This change is inconvenient to user at all,is there a way to install profiles more silent or convenient? May be by code or cmd?
I am also very curious how does System Preferences install profiles on Big Sur.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I have used VB5 extensively and it created exe files - easy to deploy without having to install much else. I will be really disappointed if my recent use of "modern" .net (I moved over for extra features) means I can't even create the age old simple exe file... What a pain! Hope I'm wrong...
When you build a project an exe file will appear by default in either the bin/Debug/ or bin/Release/ directory (depending on the build configuration) under your project every time you compile it.
It's not a "native" exe file though, so it will require the .NET Framework to be installed to run, however most relevant machines should already have at least some version installed.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How will I install GNUStep in Linux ?
First, make sure you path the start up scripts. They were necessary to be invoked once per shell before running any GNUstep binary. Something like this
. /usr/local/share/GNUstep/Makefiles/GNUstep.sh
(Don't miss the first dot and a space after it)
You can install things directly from trunk. Here are some useful scripts from Etoile project. It fetch the svn and install things for you. You may also look into the script and ignore the Etoile bits.
http://svn.gna.org/svn/etoile/trunk/Etoile/BuildScripts/
AFAICR, it is not a good idea to use distributor's packages, they were badly maintained, broken and should be avoided.
And you should ditch gcc for clang.
Also, take a look at Philippe Roussel's package repository. I've never use them.
http://lists.gnu.org/archive/html/discuss-gnustep/2012-10/msg00034.html