search for: miscutil

Displaying 2 results from an estimated 2 matches for "miscutil".

Did you mean: miscutils
2005 Dec 29
7
belongs_to causing NoMethodError exceptions ... ?
...validates_uniqueness_of :email_address validates_confirmation_of :password # password must be at least 8 characters long validates_format_of :password, :with => %r{^.{8,}$}, :message => "must be at least 8 characters" validates_format_of :email_address, :with => MiscUtils::EMAIL_REGEX # user can only supply these params attr_accessible :password, :password_confirmation, :email_address # class variable -- see koz''s post http://www.koziarski.net/ archives/2005/07/16/environment cattr_accessor :current_user # non-db variables attr_access...
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
...crawl.o ../thirdparty/libs/libdb_cxx-4.3.so -L/net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs ../filecache/libfilecache.a ../cred/libcred.a ../crwl_plugins/cifs/libcrwl_cifs.a ../crwl_plugins/documentum/libcrwl_documentum.a ../crwl_plugins/local/libcrwl_local.a ../miscutil/libmiscutil.a -lmsrpc -lsmbclient -lfind -lgnulib -lutil -lpthread -lm /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so: undefined reference to `krb5_auth_con_getremotesubkey@krb5_3_MIT' /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsys...