Re: [SLUG] nsa developes secure version of linux
> There's no "pestering" about it. They flat out demand it. The NSA is the > sole reason it was so fscking hard to get a 128 bit browser outside the > USA for years. And that pretty much suggests that they're comforable with breaking it now.. //umar. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] Is PHP included in RH 7.0 dist CD's
> http://www.php.net But you won't find RPMs there! :) These are the best I've found... Much better than the official RedHat ones too: http://rpms.arvin.dk/php/ - Jeff -- [EMAIL PROTECTED] --- http://linux.conf.au/ -- "A rest with a fermata is the moral opposite of the fast food restaurant with express lane." - James Gleick, Faster -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] Is PHP included in RH 7.0 dist CD's
Ulung G wrote: > > If not how large are the rpm and where can I download it. > > I'm trying out a groupware proggie which is php based. http://www.php.net -- Terry Collins {:-)}}} Ph(02) 4627 2186 Fax(02) 4628 7861 email: [EMAIL PROTECTED] www: http://www.woa.com.au WOA Computer Services "People without trees are like fish without clean water" -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
[SLUG] Is PHP included in RH 7.0 dist CD's
If not how large are the rpm and where can I download it. I'm trying out a groupware proggie which is php based. Thanks -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] [OT] Happy New Year / Millennium!!
On Mon, 1 Jan 2001, Jeff Waugh wrote: > I think my hangover is lifting... Vodka good. Gin bad. Except when mixed with vermouth, and shaken, not stirred. DaZZa -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] Using self-compiled Qt libraries
> In your X startup log (in various places depending on how you start X), you > should see lines to the effect of "Inbuilt module RENDER loaded." If not, I > can't help you, 'cos I haven't figured that bit out. I can get that bit to work fine with the debian apt-getted X but when i compile it my self the module doesnt load. However, even now with an error in the log saying the "render" module could not be loaded, it still does anti-aliased text in xterm. > > If so, make the changes to XftConfig on KeithP's page and run: > > xterm -fa "Trebuchet" > > You may want to up the font size with -fs. If that works, you should only > need to compile Qt, and make sure KDE loads the correct set of libraries. > In Gnome I add /usr/local to the GNOME_PATH environment variable. > > What troubles are you having compiling Qt, and can some of our KDE gurus > help out? (John?) This was the trouble i had. AA works in xterm, so theoretically render should load, however qt would not compile, complaining about not being able to find many X rendering extensions functions. I thought that if X was rendering (AA in xterm) then Qt should understand that. It doesnt seem to. When i configure qt i add in the -xft switch to make sure that it tries to add the aa extensions. It borks when it gets to that bit. these are the errors: make uic make[5]: Entering directory `/usr/local/src/qt-copy/tools/designer' if [ -d uic ]; then cd uic ; make; fi make[6]: Entering directory `/usr/local/src/qt-copy/tools/designer/uic' g++ -L/usr/local/src/qt-copy/lib -Wl,-rpath,/usr/local/src/qt-copy/lib -o /usr/local/src/qt-copy/bin/uic uic.o ../shared/widgetdatabase.o ../shared/domtool.o ../integration/kdevelop/kdewidgets.o -lqutil -L../lib -lqutil -L../lib -lqt /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Init_FreeType' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Load_Glyph' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Done_Face' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderFreePicture' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Get_Char_Index' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Outline_Translate' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Set_Charmap' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderCompositeString8' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderFillRectangle' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Outline_Transform' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderCompositeString16' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderFindVisualFormat' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Outline_Get_Bitmap' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderSetPictureClipRegion' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderCreateGlyphSet' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_Set_Char_Size' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderCompositeString32' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderAddGlyphs' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderChangePicture' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderFindFormat' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `FT_New_Face' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderCreatePicture' /usr/local/src/qt-copy/lib/libqt.so: undefined reference to `XRenderFreeGlyphSet' collect2: ld returned 1 exit status make[6]: *** [/usr/local/src/qt-copy/bin/uic] Error 1 Also, in the log for my Xfree86.0.log it says it loads the freetype module fine, which it didnt do before i recompiled. My QTDIR is set at /usr/local/src/qt-copy as per the README.qt-copy. I checked the QT i have out of kde's cvs a couple of night ago. This is slightly different to the instructions, however i was informed in #kde that it would work, and the readme suggests that keithp's AA extensions have been merged for qt-copy. So yeah, /me shrugs :( Thanks, Dave -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
[SLUG] Using self-compiled Qt libraries
> having waay too many problems getting both latest Qt and Xfree86 to work > nicely to give me anti-aliased fonts. > If anyone has more in depth walkthrough than keithp's that would be great. > Im using latest unstable debian. The most recent 4.0.2 packages have the render extension compiled in as an inbuilt module. It's already there for you. The required development stuff that Qt will want to link to is in xlibs-dev. Now, I haven't had the chane to play with it much, but I can't seem to get the inbuilt module to automagically load as others have. In your X startup log (in various places depending on how you start X), you should see lines to the effect of "Inbuilt module RENDER loaded." If not, I can't help you, 'cos I haven't figured that bit out. If so, make the changes to XftConfig on KeithP's page and run: xterm -fa "Trebuchet" You may want to up the font size with -fs. If that works, you should only need to compile Qt, and make sure KDE loads the correct set of libraries. In Gnome I add /usr/local to the GNOME_PATH environment variable. What troubles are you having compiling Qt, and can some of our KDE gurus help out? (John?) - Jeff -- [EMAIL PROTECTED] --- http://linux.conf.au/ -- Markets are what you sell bubbly health drinks, flourescent blow up furniture and mobile phone ring melodies to. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] xfree86 compilation problems - Giving up :(
Sluggers, having waay too many problems getting both latest Qt and Xfree86 to work nicely to give me anti-aliased fonts. If anyone has more in depth walkthrough than keithp's that would be great. Im using latest unstable debian. Just so many errors, that only get discovered after a few hours compile. I may just wait for someone nice at debian to package it all up for us :/ thanks, dave -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] EDI Software
On Fri, 15 Dec 2000, Jason Rennie wrote: > > From past memory, there is a product called STX (doze based) distributed > > by a company called Leadtec in Melbourne. Give them a try. > > I talked to them, they wanted something in the price range of a newborn > infant ;) Also there product wasn't significantly different ti what we > have. Heh.. brings back memories... Someone at a company I worked for bought a $60k piece of Winblows software that was supposed to "Solve all our EDI problems".. (Namely.. integrating the 17 different EDI gateways we had).. Well.. It was the biggest white elephant ever in the history of the company. It had all this flashy graphics, and the "virtual office" and all.. and it did sweet F* all else.. It was actually harder to set it up, than to whip out a perl script to do the translations.. Some guy was sucked in by some flashy graphics and a cool salesman.. Very expensive mistake though. Oh yeah.. and Winblows only.. Yeah.. lets run the $160 million dollars worth of EDI business though a scummy Windows NT server.. (Running on a desktop mind you). -- Anthony Rumble - Managing Director EverythingLinux.com.au - The Alternative Operating System Store LinuxHelp.com.au - Support,Training,Development,Consulting Phone: 0500 500 368 Direct 02-9712-1799 Fax 02-9712-3977 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] Telstra EDI Software
On Thu, 14 Dec 2000, Jason Rennie wrote: > Anybody had much experience with telstra's EDI network ? Yes.. Unfortunately.. It's a big piece of poo. > It is used by lots of automotive companies, my fathers company has had to > set it up, and where stuck using the godawful, completely ancient dos app > to do the work. > > Anybody know of any linux stuff that can talk to the EDI network ? None, Zip. There was a SCO client at one time in the very very distant past.. but it's out of date, and unsupported.. (and unobtainable). CEA uses the tradelink client to send/recv the EDI packets using DOSEMU and some krafty batch files. However, there is a slightly easier solution.. If you go to an EDI provider called "NEIS", they have a service where they can send/recv the EDI messages you require, for you (Into/From any EDI network including Tradelink), and then convert them to whatever you want, and use FTP to transfer them to and from NEIS. It will cost a bit more than say using Tradelink's software.. but you wont need to go through the shannagins we had to. Heh.. oh yeah.. Tradelink.. I remember getting a bill, where I worked it out that it cost us something along the lines of $6000 to send the contents of 2 floppies intrastate over the period of 3 months. We could have put floppies daily, in Anset air freight express satchels, and still had some spare change. -- Anthony Rumble - Managing Director EverythingLinux.com.au - The Alternative Operating System Store LinuxHelp.com.au - Support,Training,Development,Consulting Phone: 0500 500 368 Direct 02-9712-1799 Fax 02-9712-3977 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] Installing a USB modem in Redhat Linux
On Tue, 26 Dec 2000, Ken Zhai wrote: > I have a NetComm Roadster II 56 usb modem and would like to install > it in Redhat 7.0. I have recompiled the kernel (2.2.17-22),selected > SUPPOR for USB modem with "make menuconfig", also I have made the > nodes(ttyACM*),apperently 4 of them. But it's still not working since I > am not quite sure where to go next to actually link the modem with the > nodes(/dev/usb/ttyACM*), someone suggested to change the > /proc/bus/usb/devices file to "drive=acm", I attemped but it turned out > to be a read-only file. So could anyone help me to solve this > problem??? You could also give 2.2.18 a go, as it has the properly integrated latest USB drivers in it. Compile all the USB stuff as modules.. the load what you need. -- Anthony Rumble - Managing Director EverythingLinux.com.au - The Alternative Operating System Store LinuxHelp.com.au - Support,Training,Development,Consulting Phone: 0500 500 368 Direct 02-9712-1799 Fax 02-9712-3977 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] [OT] Happy New Year / Millennium!!
>I think my hangover is lifting... Vodka good. Gin bad. Oooo... glutton for punishment !! Should be: Vodka VERY good, Gin EVIL INCARNATE !! -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] debian apt - what's available?
On Mon, Jan 01, 2001 at 08:11:40AM +, [EMAIL PROTECTED] wrote: > ok this might very well be a dumb question but here goes: There are no dumb questions, just dumb people :) (south park joke, I think) > I've installed debian 2.2r2, done lots of fiddling etc etc and it > pretty much works (jeeze that dselect thing is nice to use! > (that was sarcasm)). I use it sometimes, its a bit of a pain, but you get used to it. The other alternatives are console-apt, gnome-apt, aptitude, there may be more. > Also aside question: why don't I have an rlogind available? apt-cache search rlogind > Another aside, I also can't find elm (well apt-get can't find it), apt-cache search elm I'm not too sure about the apt-cache regex, but the below seems to work OK. apt-cache search "mail.*(reader|client)" -- chesty -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] [OT] Happy New Year / Millennium!!
> Happy New Year (Century / Millennium) to all!! Happy GNU year. :) I think my hangover is lifting... Vodka good. Gin bad. - Jeff -- [EMAIL PROTECTED] --- http://linux.conf.au/ -- For a list of points detailing how technology has failed to improve our lives, please press 3. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] xfree86 compilation problems
> Have you been recompiling after fixing up dependency problems without doing > the equivalent of a 'make clean' or 'distclean'? That may be the source of > problems. Nope, I guess i should have been It all just takes ages :( x takes like hours to compile dave -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug
Re: [SLUG] debian apt - what's available?
> (jeeze that dselect thing is nice to use! (that was sarcasm)). Don't use it. Ever. Not even once. :) > my debian cd and mirror.aarnet (except not "non-US" - it > doesn't seem to like that) and it works great, I love it See the emails to Dave Kempe earlier, and search the SLUG archives for sources.list - there's lots of examples to be seen. > but how can I find out what packages are available? > eg. I did "apt-get install cdrecord" and it worked like a > charm but I just guessed there was a package called cdrecord. apt-cache search It's like a local Freshmeat, only better. Once you see a package you like: apt-cache show will tell you more about it. > Also aside question: why don't I have an rlogind available? > I got sshd "by default" and I installed telnetd, but I can't > find where/how to get rlogind. The rsh-server package is what you're looking for. Remember that it is evil, and you ought to be using ssh instead. :) > Another aside, I also can't find elm (well apt-get can't find it), There's a package called "elm-me+" that may be it, I don't know. > curses.o: In function `InitScreen': > curses.o(.text+0x4a): undefined reference to `tgetent' > [piles of them repeated] > [same thing for tgetstr, tgetnum, tgetflag, tputs, tgoto] > Am I missing a library or something? any ideas? You need to install the curses development package, libncurses5-dev. - Jeff -- [EMAIL PROTECTED] --- http://linux.conf.au/ -- No clue is good clue. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug