I installed octave in my OpenSUSE 11.2 KDE system from Yast. When I launch it with the command "octave" on my shell, this is the message I receive: "octave: error while loading shared libraries: liboctave.so: cannot open shared object file: No such file or directory". What's the problem? Is it a known problem to be solved in the 11.2 RC2 or I have to do something else?
checking what language compliance flags to pass to the C compiler... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes configure: error: glib-compile-schemas not found. < ---
1. How to determine what package glib-compile-schemas belongs to ?
2. Where to get the package ?
I'm basically trying to install Anjuta 3.0 and getting this error when I run ./configure
Any one use octave while taking a matlab class? I am currently in MATLAB but cant offord the software and there are no trials of it. The studernt edition is still expensive and i need to save money. I have been going in during math class to do matlab homework but i cant keep skipping math since i am a mechanical engineer.
I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...
I am trying to compile a kernel in the following directory:/usr/src/kernels/2.6.30.9-102.fc11.x86_64
Note I am not trying to build an rpm but just do a simple make. After configuring with make menuconfig I issue the make command and get the following error:
Code: [root@compaq 2.6.30.9-102.fc11.x86_64]# make CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 make[1]: *** No rule to make target `missing-syscalls'. Stop. make: *** [prepare0] Error 2
how to resolve this error? It seems to be fedora-centric.
Use python as example, I have 64bit python 2.4.3 yet I can't found rpm for 32bit one so I try to build it.Use default make or make --enable-readline is ok, python make cannot use CFLAGS, can use OPT and LDFLAGS to add -m32, yetit seems can only search for 64bit lib, or else crush.[Moderator edit: Moved from CentOS-4 to CentOS-5 forum.]
To anyone who got octave: The issue: whenever I call the function "dmperm", it gives me the following
Code: error: dmperm: not available in this version of Octave Typing dmperm(3) gives that. However, dmperm alone gives some instructions on how to use this. So it is seemingly there.
Getting the same thing? What I got is octave 3.4.0, on openSUSE 11.4 x86-64. I tried with the one in repos contrib, the one in packman, and the one in contrib:Factory. Same outcome. It could be that there is some missing dependencies that were not specified by the packager, perhaps. This older post Octave - General - dmperm mentioned some packages. Things I did not have I got installed: libumfpack5 umfpack-devel bison flex I could not install "umfpack" as such. It is a source package. It still does not work..........
I'm trying to download ocatve, and on the gnu.org website there are two file packages available. There is a "tar.gz" and a "tar.bz2". Are these two packages different versions of the same thing? Or are both of these packages necessary? And...if there is a difference, which package would be more suitable for Hardy 8.04?
i'm trying to compile the latest version of wireshark,a network protocol analyzer for Unix and Windows. i switch to root account and issue ./configure,and then some error occur .some outputs was omited,the red fonts was the key!
[root@localhost wireshark-1.2.8]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking for gcc... gcc checking whether the C compiler works... yes [Code]....
I am trying to install octave 4 in my debian wheezy, and I am getting following error after I have executed ./configure
checking for sgemm_ in -lmkl... (cached) no checking for sgemm_ in -framework vecLib... no checking for sgemm_ in -lcxml... (cached) no checking for sgemm_ in -ldxml... (cached) no checking for sgemm_ in -lscs... (cached) no checking for sgemm_ in -lcomplib.sgimath... (cached) no checking for sgemm_ in -lblas... (cached) no checking for sgemm_ in -lblas... (cached) no
configure: error: A BLAS library was detected but found incompatible with your Fortran 77 compiler settings.
I have tried to find a solution about issues installing octave 4 from binaries. I can not use octave from the repository as it is old for my studies.
I'm runing FC11 and have compiled the vanilla kernel 2.6.33.4 to support Dazuko. It has broken my NFSD server in the process, and I can't figure out why. I get these errors on boot. FATAL: Module nfsd not found. FATAL: Error running install command for nfsd
I have recently installed Octave on my desktop and I am very busy with RTFM ATM.However, this manual is huge and I could not find an answer to my problem. What I basically want to do is initialize a vector like
Code:
a=[] for i 1:100 a = [ a i ] endfor
Now my problem is that this will call the pager and I have to hit 'q' to get my prompt back. I know I can turn it off but the screen will still get cluttered with tons of output.Is there a way to initialize 'a' quietly without any screen output?
I have CentOS 5 x64 installed. I would like to know if --ignoreos is enough to bypass a basic package who installs a file into /usr/bin, for example. Is there a way to create an RPM designed for CentOS4, without actually installing it and run the spec file on it?
I have an issue with a specific piece of hardware running an Asterisk PBX. Basically it freezes at some times. I've noticed its running an SMP kernel (Centos 5.4), and i'm hoping i can disable this/recompile kernetl without SMP support. How can i do this?
It's running a VIA C7 cpu.
Code: [root@localhost asterisk-1.4.29]# cat /proc/cpuinfo processor : 0 vendor_id : CentaurHauls cpu family : 6
[Code]....
How can i disable SMP, and see if its maybe this tha'ts causing the problems?
I have tried appending nosmp or maxcpus=0 and noreplace-smp to the kernel line in /boot/grub/menu.lst,but it keeps loading the smp kernel....
Has anyone successfully compiled VLC 1.0.0-rcX (rc1, rc2 or rc3) from source on CentOS 5? I have a binary installation of VLC 0.9 but I would like VLC 1.0 as it has a new codec that I'd like to use. I've tried lots of ideas which I can post - I keep getting build errors due to wrong package versions - but I thought I'd ask to see if anybody has a HOWTO first.
I am using CentOS5 and install lapack library with yum. But when I try to compile a simple program it returns So how to link lapack library into my program so the compilation goes without errors?
I've successfully compiled and installed PHP to run with nginx. But I could not use some jpeg functions from GD library. I've checked for libjpeg-devel and gd-devel and found that they had been installed, libjpeg.so is located at /usr/lib This is my configure command: