I'm trying to install squidGuard-1.4, I have a minimal install. I have installed squid-3.2.0.5 without any problems, but squidGuard is driving me crazy
I can run the ./configure with no problems but when I run make, or make install I keep getting this error:
Code:
make: *** [y.tab.c] Error 141
And that is is all, no more verbosity or anything else.
Error suggests that YACC is missing but bison is present, also db4 (tried with db44 and db3, same story).
Just in case you can see anything I cannot I've attached the config.log
All i'd like to split my squidGuard.conf into 3 differents config files. The idea is that, I want 1 config file for src definition (my users), 1 config file for dest definition and 1 file for acl definition. And all of these files will be include in squidGuard.conf.
I tried to recompile php with support for oracle extensions oci8.so. Got the source and slackbuild script from slackware repo and just add the following line to the slackbuild script. "--with-oci8=shared,instantclient,/opt/instantclient_11_2". I use instant client from oracle Version 11.2.0.2.0 from this page
I'm trying to compile virtualbox 3.2.10 con slackware current 32bit through sbopkg
I get this error (I'll copy only the end part)
Code: CXX VMMR3 - {C}/src/VBox/VMM/VMMAll/TMAllCpu.cpp cc1plus: warnings being treated as errors In file included from /tmp/SBo/VirtualBox-3.2.10_OSE/src/VBox/VMM/VMMAll/PGMAll.cpp:236:0:
I'm having a problem compiling Blood Frontier on Slackware64-current. I believe this problem is also related to why I can't use make xconfig as well. Here is a bit of the error.
Been trying to get Enlightenment to install on my 13.37 multilib. Used sbo to install most of the libraries (ecore needed the LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" fix so I manually did that). All installed correctly. Then started enlightenment itself in sbopkg. It did the 'file in wrong format' thing, so I manually dled the slackbuild, added the LDFLAGS line, and ran it. It produced this error, and I have no idea what its telling me.
Code: checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
When I do #./pdfedit.SlackBuil I get the information in the terminal:
[Code]...
Whether we want to checking PDFedit prepare-core-dev package ... yes Whether we want to checking build PDFedit gui ... yes configure: error: QTDIR environment variable must Be Set
I am currently running slackware 12.2 on a 25 GB partition. I like to use slackbuilds, but when I try to compile larger tarballs (like abiword, or a patched version of Ghostscript as I did today) I receive an error-message: 'Not enough space left on device'. I think the size of the partition must be big enough (I never got this message when compiling with Linux From Scratch). I think it has something to do with the size of my /tmp directory, but I don't know how to fix this. Is there a way to solve the problem, so that I could be able to use slackbuild-scripts?
I have a need to recompile mesa. The --enable-32-bit option falls over every header and basic 32 bit lib, and won't compile. But if I try to install 32 bit packages, I could slap a 32 bit binary straight on top of my 64 bit one. What's the accepted way of doing this? I can't seem to find a package in Slackware 13.0
i try to compile freej on slackware 13.1 the problem is with ffmpeg >= 0.6 i have this error
Quote:
In file included from /usr/include/libavutil/avutil.h:81, from /usr/include/ffmpeg/avcodec.h:30, from ../src/include/video_layer.h:22, from ../src/include/impl_layers.h:48,
I'm running 13.1 64bit with alienbob's multilib extension and want to add openmotif. I used Eric's Slackbuild from [URL] applying it to openmotif-2.3.3 and succeeded in compiling the 64bit-version.Next I tried to compile in 32bit-mode, following alienbob instructions:
move lib64 to lib in openmotif.Slackbuild export ARCH=x86_64 . /etc/profile.d/32dev.sh ./openmotif.Slackbuild
linking stops with error-message
Quote:
/usr/lib64/gcc/x86_64-slackware-linux/4.4.4/../../../../lib/crt1.o: In function `_start': /glibc-tmp-88b9835d8519e3638ef4d116a6932cb2/glibc-2.11.1/csu/../sysdeps/i386/elf/start.S:115: undefined reference to `main' collect2: ld returned 1 exit status
Specifically, where does /usr/lib64/gcc/ come from?
Having trouble compiling the regular par2cmdline-0.4, I stumbled upon [URL] modified version of par2cmdline-0.4 with tbb which allows for concurrent processing of files. I have tried compiling this with no luck on my system and was wondering if anyone has had any luck. The ./configure goes through fine, and tbb is detected and used however it craps out just moments after issuing the make command. I have tried both tbb 2.2 and 3.0, but to no avail.
Im trying to recompile glibc from a working slackware-current system using source from a slackware mirror. I'm doing it for testing purpose only. Never done that before, so i'm not sure if i'm doing it right. I get the following error:
Code:
make[2]: Entering directory `/glibc-tmp-a44be92860d34519b0c9a4500878e2e6/glibc-2.11.1/iconvdata' ../Makeconfig:85: ../i486/config.make: No such file or directory /bin/sh: line 0: cd: ../i486: No such file or directory The GNU C library has not been configured.
I'm trying to compile imlib against libpng 1.4. I am using the slack sources from slackware64 13.1, and a SlackBuild file modified with the extra configure parameter "--with-png=/usr/lib64/libpng.so.14"
The final crashing portion of my output is as follows:
I'm trying to build some boot and kernel images for my WD Mybook world edition, which uses an arm processor on my x86_64 host box. Ultimately i'd like to install slackarm. Lilo doesn't work on arm so you have to compile your own kernel and have the bootloader statically linked to kernel inorder to boot the OS. So i'm using my slackware install to cross compile the boot loaders (u-boot) and kernel image (uImage).
I've successfully compiled the buildroot environment which has generated the arm-linux-* binaries, eg, gcc 3.4.2 for arm.
Code:
These are in a build folder (shortened in text below), which i add to my PATH
Code:
I then move to the directory where i want to build the stage1 boot loader, which is supplied in the GPL code from WD.
Code:
However the build fails with a segfault, which looks to be caused by the incorrect libraries and compiler being used:
Code:
It seems to be using my x86_64 libs and gcc 4.4.4 which is the host compiler not the target.
I've tried setting ARCH=arm but got the same results.
Do i need to export some additional variables or unset some to prevent the host files being used instead of the targets?
I'm doing a group project using some UML stuff. I tried install graphiz and it installed find but apparently it keeps telling me I'm missing dot when compiling the UML (tells me dot should be at /usr/bin/dot which it is, but it can't find it). I also tried a command "java -jar plantuml.jar -testdot" (which was suggested where the UML should have been) and the jar file couldn't be found.
I am in need of some more clear information about compiling and installing various applications in Slackware. I mean, i am not that new in Linux world, but i am not used to having to check for dependencies on my own and making Slackware packages myself. Things i would like to know more about and would be these:
a) is there some magical way you use to find out what dependencies a package has? I would appreciate as much information in this field as much as i can get. As now if i download source of some application i have completely no idea about what it needs from my system to function properly or where to look for this information. I think there should be more "correct way" than goggling for it...
b) I know about nice site SlackBuilds.org that it is, but lets say i want to install application A, and there is written, that application A requires application B, which requires application C, and this one needs application D. So now i have to spend good half of a day getting and compiling dependencies for one application, i mean common there has to be a quicker way to do this... at least some tool that would let me build some kind of ques that would be processed automatically or some kind of trick... So if you know some focuses under your sleeve, then please oh please do share
c) I would also like to know more about optimizing Slackware for boot time and general performance (but it's not that important, there are a lot of walls of text about this in Google world).
I haven't used slackware for many years. There used to be a sticky thread with a great kernel compiling guide for slackware. It feels somewhat unnatural to me to use slackware without a shiny new kernel. Does that guide still exist? I'm working from memory right now.
I've trying to compile conky 1.7.2 in slack 13 with lua-cairo and lua-imlib2 bindings, have lua 5.1.4 installed and also installed tolua++-1.0.93 from der site installed it through scons.. here's my config_linux.py
Code: ## This is the linux configuration file # This file was adapted to be used with ArchLinux # Use 'scons -h' to see the list of command line options available # Compiler flags (based on ArchLinux's installation of lua) #LINKFLAGS = ['-g'] CCFLAGS = ['-O2', '-ansi', '-Wall' ]
I want to compile a kernel to add a few options that are not enabled in the huge-smp-2.6.29.6 that comes with slackware. specifically, i want to add TASK_DELAY_ACCT and TASK_IO_ACCOUNTING so that I can use iotop. I just want to add those 2 options to the new kernel, everything else I'd like to keep the way it is as the system has been running just fine. Will running 'make menuconfig' in /usr/src/linux default to the options that are used in the stock kernel?
what system variables should I set to what and what options do I pass to ./configure so it builds and install libraries in */lib64 come on a 64bit system should be native 64bit not guest 64bit the guest should be 32bit as in /lib32 for multilib
I am currently having an issue installing the FGLRX driver in slackware 13.1. I use a customer kernel due to buggy acpi on my toshiba laptop. The steps i took to compile my kernel are as followed. hu
make mrproper in /usr/src/linux directory patch /usr/src/linux directory copy kernel config from /boot directory make menguconfig and load config the make all make modules install i have also tried make install as well then i mopy system.map the kernel file and config file into /boot directory edit lilo reboot ... everything works fine acpi works properly like before.. now the problem comes.. I try to install the fglrx drivers and i get the error message Code: Error: kernel includes at /lib/modules/2.6.33.4-smp/build/include do not match current kernel. they are versioned as "" instead of "2.6.33.4-smp". you might need to adjust your symlinks: - /usr/include - /usr/src/linux ERROR: I don't have make module Am I doing something wrong setting up my kernel. Issue on my gentoo box I have.
Actually, I have posted this problem here but I don�t know if is best to ask it here. The problem is that I have upgraded my OS to Slackware 13.1 64 bits, and now, I can�t compile the module RT73 from serialmonkey
There are a lot of similar tutorials explaining the steps for a succesfully installation. I had followed any of them before, and I had no problem never.
But now, I get this error:
Code: make[1]:Entering directory "/usr/src/linux-2.6.33.4" Building modules, stage 2 MODPOST 0 modules make [1]: Leaving directory "/usr/src/linux-2.6.33.4" rt73.ko failed to build! make:*** [module] Error 1 On the other hand, in the serialmonkey page they said that the driver was included into the kernel yet, but I don�t know how can I now if I have the driver installed. The true is that my usb doesn�t work.
It�s is a USB D-Link System AirPlus G DWL-G122 Wireless Adapter (rec.C1) [Ralink RT73]
I'm having trouble compiling virtualbox-ose.SlackBuild 3.1.6 on Slackware64 13.0 with multilibs made from the Slackware64 13.0 dvd iso. I've changed arch to x86_64 and libdirsuffix to "". acpica.SlackBuild built successfully and virtualbox-ose.SlackBuild is attempted built after running ". /etc/profile.d/32env.sh" as specified in the multilib documentation. All is well until..
I am on my Debian system right now because of issues after compiling Linux 2.6.35, I followed Alien Bob's tutotorial, but obviously I missed something. I added 2.6.35 to my lilo.conf file, I tried to boot to it, but dhcp wasn't working, then I tried a startx and KDE would not load. No problem right, I will just boot my original Slackware Linux kernel.
I booted to the original, DHCP worked great but when I do a startx, I just get a black screen. Here is some of the terminal output.
Code:
No protocol specified waiting for X server to begin accepting connections. No protocol specified
[code]....
It's hard to get some of the output because I am looking at the other screen and typing this.